On 28/09/18 04:07, msharee9 wrote:
Hi
A quick question abiut the release method. The API doc says that the broker
MAY redeliver a released message. Does this mean the message is not
guaranteed to be redelivered?
That depends on the broker being used.
For the c++ broker, at present it will always be delivered. In theory it
could eventually decide to dead-letter the message, but in practice the
c++ broker does not do that at this time.
What is the behavior of broker in case of multiple consumers trying to fetch
from the same queue when broker redelivers a released message from one of
the consumers?
Again that depends on the broker being used. The c++ broker will
effectively return the message to the queue to be consumed by any of the
currently active consumers.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]