Hi all.
I have some complex session bean method. It is necessary to post several 
messages to some topics during this method. I am trying to post them using JVM 
il. This is the code for getting connection factory and topic session.
TopicConnectionFactory f =
  |         
(TopicConnectionFactory)namingContext.lookup("java:/ConnectionFactory");
  | TopicSession ts = getConnection().createTopicSession(false, 
Session.AUTO_ACKNOWLEDGE);
All messages posted during this session became really written only when method 
finished (this is CMT bean). It is highly desirable to send each message 
immediately after post to topic. Is there any way to do it&

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to