On 10/08/2020 9:49 am, umohank wrote:
Thanks for your reply Robbie.

I don't want to make any change in broker.xml, just for testing purpose I
have made changes in broker.xml .

In QPID address while creating receiver do we need to set Max consumer(i.e.
to -1), so that Queue will be created and any number of consumer can consume
from it ??

The 'max consumers' setting is a property of the queue on the broker. As Robbie mentioned in an earlier mail, the qpid::messaging suport for creating queues on demand will not work against brokers other than qpidd. The AMQP protocol changed significantly for the 1.0 version and the create options in the client were designed based on an earlier iteration, pre-1.0.

To configure the broker you will either need to edit the broker.xml or configure it using the management protocol. You won't be able to do so through teh address string for qpid::messaging.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to