2 Replies Latest reply on Nov 8, 2005 10:15 AM by adrian.brock

    BMT: Redelivery on RuntimeException with EJB3

      I read the FAQ and most of the posts concerning redelivery. However I did not see this case covered specifically.

      The EJB3 core specs say in 5.4.17:

      If a message-driven bean uses bean-managed transaction demarcation and throws a RuntimeException, the container should not acknowledge the message.


      It seems not to work in EJB3.0RC3 / JBoss 4.03SP1. Am I doing something wrong or is it not implemented? How can I get reliable redelivery in this case then?