jms message not moving of the queue in websphere
Posted
by user271858
on Stack Overflow
See other posts from Stack Overflow
or by user271858
Published on 2010-06-01T15:26:59Z
Indexed on
2010/06/01
15:43 UTC
Read the original article
Hit count: 272
I have a message driven bean that throws exception under certain conditions. When it throws an exception the message is not processed and put back on the queue. From what I understand with MQ and WAS (Websphere Application Server) the message should be marked as bad after x number of tries and removed from the queue. This is not happening and the message remains on the queue marked as bad.
What part of the configuration in MQ and/or WAS have I missed to set correct?
(The issue with the MDB throwing exceptions is NOT the point here)
Thanks.
© Stack Overflow or respective owner