Hello, I'm going to make some tests with exclusive queue.
I declare them exclusive thanks a patched qpid-console published https://issues.apache.org/jira/browse/QPID-1758 here . test 1 : ---------- after restart I loose my exclusive option on my queue and there is a strange behavior when I try to redefine my queue... $./qpid-config -a localhost:5671 add queue TEST --exclusive --durable $./qpid-config -a localhost:5671 queues Queue Name Attributes ================================================== TEST --durable excl --file-size=24 --file-count=8 reply-dekatonshir.18810.1 auto-del excl topic-dekatonshir.18810.1 auto-del excl (restart qpidd) $./qpid-config -a localhost:5671 queues Queue Name Attributes ================================================== TEST --durable --file-size=24 --file-count=8 reply-dekatonshir.18838.1 auto-del excl topic-dekatonshir.18838.1 auto-del excl $./qpid-config -a localhost:5671 del queue TEST --force $./qpid-config -a localhost:5671 add queue TEST --exclusive --durable $./qpid-config -a localhost:5671 queues Queue Name Attributes ================================================== TEST --durable --file-size=24 --file-count=8 TEST --durable excl --file-size=24 --file-count=8 reply-dekatonshir.18919.1 auto-del excl topic-dekatonshir.18919.1 auto-del excl (restart qpidd) $./qpid-config -a localhost:5671 queues Queue Name Attributes ================================================== TEST --durable --file-size=24 --file-count=8 reply-dekatonshir.18967.1 auto-del excl topic-dekatonshir.18967.1 auto-del excl test 2 : ----------- I define an exclusive queue TEST and then I start 2 JMS consumers on this queue. When starting the second consumer I do not have any options telling me that there is already a consumer on my exclusive queue. I start a JMS publisher which send a lot of messages : the two consumers are receiving messages... Do I make some mistakes here ? I do no understand where .... Thanks for all -- View this message in context: http://n2.nabble.com/tests-on-exclusive-queue-tp2498394p2498394.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]
