On 04/07/2014 10:06 AM, trivedi_ravi13 wrote:
Is it possible to allow to publish/consume to/from temporary reply-to queues
in ACLs in C++ broker implementation ? Where the reply-to queue naming
pattern is not fixed and are generated dynamically.

I'm not entirely sure what you are asking...

There is no way in the ACLs to restrict consumers on a given queue to only the user that created them. You can make the queue exclusive which prevents other connections using it. Depending on how you create the queue, it may be exclusive (and autodeleted) by default. However if your queue is not autodeleted when the owning connection is lost, then nothing prevents some other connection taking over at that point.

Usually the point of a reply-to queue is that someone *else* can publish to it. In that case there isn't really anyway to enforce that at the ACL level without some pattern around the address used.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to