Does using
_jndiContext.lookup("java:/JmsXA");
resolve your issue?
Otherwise, you need to register an exception listener with the connection, use it to get a
callback when an exception occurs on the connection, and in the callback re-lookup the
connection factory and queue and reestablish the connection, session and sender.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007477#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...