On 11/07/2012 09:09 AM, Jan Bares wrote:
how can I release or reject a message in Java client? JMS API has no methods like that. What is the suggested method?
What is/(are) the use case(s) where you need to explicitly release or reject? Knowing that may help provide a better answer.
The Qpid C++ broker doesn't do anything special for reject (if an alternate-exchange has been configure for the queue the rejected message gets routed to that, else it gets dropped). Depending on what you expect to happen you may get away with simply dropping any messages you might wish to reject.
Most use cases for release should be handled by the client itself. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
