This content has been marked as final.
Show 1 reply
-
1. Re: Can Publishing to a topic be done in a transaction?
pra Feb 28, 2002 10:13 AM (in response to nsdeonia)You do it in one method in a session EJB, wich calls your Entity EJB or does the database stuff, and then sends the massage with JMS using JMS RA. I do think there are examples for this in the testsuite, and in the free docu.
//Peter