The use case you are trying to achieve is probably best done by using a
transaction instead of individual acknowledgements.  If you call rollback
on the session then the message would be available to be redelivered to
another consumer.


On Tue, Jun 9, 2015 at 3:50 AM, spamtrap <
nospam.1.friedbad...@spamgourmet.com> wrote:

> Hi,
>
> In some cases we want to allow another consumer to consumer a message
> that has already been consumed.   The session is opened using
> INDIVIDUAL_ACKNOWLEDGE and the message has not been acknowledged.  I
> have tried closing the session where the message has been consumed but
> the message is not available to the other consumer.  How can I achieve
> what I need?
>
> TIA.
>
>
>

Reply via email to