Azure / amqpnetlite

AMQP 1.0 .NET Library
Apache License 2.0
396 stars 141 forks source link

[Doubt] Possibility of creating new resources - (new queues/topics) #560

Closed meciasbueno closed 1 year ago

meciasbueno commented 1 year ago

With this lib is it possible to create new resources? for example:

xinchen10 commented 1 year ago

This library lets you control all the protocol behavior defined by the standard, where the only way to create a new resource is to use a dynamic Source/Target when a link is created. Some brokers allow autocreation of resources if the address specified by the client does not exist but that's a broker specific implementation detail, and you would need to contact the broker owner to find which configurations are needed for that.