[jboss-user] [EJB/JBoss] - transaction

aq12ws do-not-reply at jboss.com
Tue Sep 4 06:12:48 EDT 2007


I have a Topic with Durable Subscription .

The code from my session bean's helper method publishes a message to the topic .  I have configured Oracle as my persistance for the messages.

My doubt :

     I am publishing the messages in my session beans transaction . If the tranaction rollsback , will the messages be still delivered to the Listener?
I create a topic session as follows :
tSession = tConnection.createTopicSession(false, Session.AUTO_ACKNOWLEDGE);







View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080793#4080793

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080793



More information about the jboss-user mailing list