A little bit of mistyping Properties to configure connection factory and destinations are
connectionfactory.QpidCF=amqp://guest:guest@/?brokerlist='tcp://localhost:5672?tcp_nodelay='true''&connectdelay='5000'&retries='10' destination.myqueue=BURL:direct://myqueue.direct//myqueue?routingkey='myqueue' Best Regards, Sergey Zhemzhitsky -----Original Message----- From: Zhemzhitsky Sergey [mailto:[email protected]] Sent: Monday, October 10, 2011 5:11 PM To: [email protected] Subject: QPID java client and automatic queue creation Hi guys, I' using qpid java client 0.8. Here is properties to configure connection factory and destinations: qpid.cf.url=amqp://guest:guest@/?brokerlist='tcp://localhost:5672?tcp_nodelay='true''&connectdelay='5000'&retries='10' qpid.queue.myqueue=BURL:direct://myqueue.direct//myqueue?routingkey='myqueue' If qpid client connects to the broker it creates queue "myqueue" and exchange "myqueue.direct" automatically even if there are no any. Is it possible to prevent such a behavior and make qpid java client throw an exception instead of creating of queues and exchanges? Best Regards, Sergey Zhemzhitsky _______________________________________________________ The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. If you need assistance please contact our Contact Center (+7495) 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp _______________________________________________________ The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. If you need assistance please contact our Contact Center (+7495) 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
