I an using JMS in weblogic. If my MDB throws an exception, the message is redelivered. The problem I am trying to fix is set a message redelivery limit. Because the message deleivery does not stop. Goes over 300 times until I delete the entire deployment. I have done set message redelivery in JBOSS, but I am new to weblogic, and I want to set redelivery limit for this queue alone.
I have looks at this post here : https://docs.oracle.com/cd/E24329_01/web.1211/e24387/implement.htm#JMSPG233 But that did not help.
Where do I set the max number of times this message should be delivered ?
Thanks