Hi, from an standalone client I invoque a method of a EJB3 stateless bean.
The method sends a message to a queue and updates the database. My problem is that the MDB
listener is invoqued immediatly, when the sender method is still working and the changes
are not commited. Is there a way to configure the queue or the MDB to wait for the commit?
BTW, I'm working on JbossAS 4.2.3.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206950#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...