Yes, there is a whole stack of JBoss remoting issues in the version in AS 4.2.0 
which will be fixed for the next release.

BTW in your timer ejb, are you using the managed connection factory (i.e. the 
one at /JmsXA), or are you manually creating a connection each time to send to 
the topic using a standard connection factory?

If you use JmsXA, this will actually cache connections under the bonnet, so you 
won't need to create a new one each time - this will help your resource usage, 
and performance true.

In general, there are few reasons *not* to use JmsXA from EJBs.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072470
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to