jms message not moving of the queue in websphere
- by user271858
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.