On 12/06/2013 03:43 PM, Marcelo Vieira wrote:
Is there a way to create a new and exclusive queue that accepts only one
session at a time? I'm trying to use 'qpid-config' command for this, is
there any parameter to do that?

I tried using the configuration x-declare: {auto-delete: false,
exclusive: true} in the creation of the session, but it seems to have
had no result

You can't really do it from qpid-config. However you can add that x-declare to the node properties of the addres you use to create the sender/receiver/publisher/consumer, e.g

  my-queue; {node:{x-declare: {auto-delete: false, exclusive: true}}}


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to