On 11/02/2011 04:56 PM, sandeep wrote:
But my application does not need a durable queue. It just requires to have
all the receivers active even when qpid broker restarts.

If your queue is not durable you need to recreate it when the broker restarts. Assuming you are using the messaging API you can have the queue created on demand by the senders and/or receivers that use it.

E.g. use an address of the form:

  my-queue; {create: always}

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to