1. How to set the message redelivery count (# of retries) and redelivery interval for a MDB? So that in case of a runtim exception message is not redelivered indefinitely.
2. How do we configure DLQ?
3. If the maxSession is set to 1 and if incoming message is bad (throwing an EJBException), will the MDB become inactive and stop processing further messages?