On 09/05/2012 07:55 AM, Sajith Kariyawasam wrote:
Is it possible in Qpid, to create a queues dynamically, make those
queues persistent , and let subscribers subscribe to it ?
Yes. You can use an address of the form:
my-queue; {create:always, node:{durable:True}}
This can be used as the address for which you create a receiver in the
c++/python APIs, and as the configuration for the Destination object for
which you create a MessageConsumer in JMS.
If you haven't already done so, I would suggest reading
http://qpid.apache.org/books/0.18/Programming-In-Apache-Qpid/html/ which
has some more detail on the other capabilities of addressing.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]