Hi I will take a look at the doc. before that I tested the BMT and CMT and here is the result. BMT when RuntimeException occurs, no redelivery, message is dequeued and is not dispatched to DLQ. CMT when RuntimeException occurs, the messsage is redelivered for 5 times and at last, the message is dispatched to DLQ.
The behavior of CMT is what I need. (I think I can set the redelivey to 1 time). But I need particular transaction strategy, So I have to chose BMT. thanks -- View this message in context: http://openejb.979440.n4.nabble.com/redelivery-of-MDB-with-BMT-tp4666382p4666472.html Sent from the OpenEJB User mailing list archive at Nabble.com.
