[jboss-user] [Clustering/JBoss] - HA-Singleton / JMS Connection Factories
marcelo.leite
do-not-reply at jboss.com
Fri Apr 13 11:05:46 EDT 2007
Hi,
i've configured a simple cluster using Apache+mod_jk as a Load Balancer.
I have two JBOSS nodes configured and this works fine, but i have a problem.
When i make a request for my app and the LB redirect it to the "master" node it works fine and the functionality requested execute without errors.
But, if the LB redirect the request to another node, it fails with the error below.
__________________________________________________________
javax.naming.NameNotFoundException: XAConnectionFactory not bound
__________________________________________________________
JMS connection factories is implemented as HA-Singleton in JBoss which means that it is running only on one "master" node in a cluster.
Perhaps this is the cause of this exception.
Is there something special that i have to do on nodes or on LB?
Best Regards!
Marcelo
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037112#4037112
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037112
More information about the jboss-user
mailing list