[jboss-user] [Clustering/JBoss] - Re: Can't reconnect to JMS server after cluster node goes do
bstansberry@jboss.com
do-not-reply at jboss.com
Sun Jan 28 12:38:17 EST 2007
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#4007477
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007477
More information about the jboss-user
mailing list