Hello Ted, my mistake comes in fact from my experience in other queuers where I can set a durable exclusive parameter. What does mean this parameter ? It's mean that in ANY case the queue will be exclusive even if the client do not open an exclusive session... Thanks QMAN I see this parameter exists for the queue. I think you should be able to use it as durable parameter. What do you think about it ?
++ See my comment on QPID-1758. It's not meaningful to create an exclusive queue with qpid-config because that queue will be exclusive to the session created by qpid-config. My understanding is that a queue is declared 'exclusive' by the client that wants to use it. Once the session closes, the queue is available for other sessions but the exclusive attribute no longer holds unless it's re-declared. -Ted -- View this message in context: http://n2.nabble.com/tests-on-exclusive-queue-tp2498394p2525689.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
