[jboss-dev-forums] [JBoss Messaging Development] - Re: clustering problem with JBoss Messaging in JBoss 5.1
Nitesh Mehta
do-not-reply at jboss.com
Tue Nov 20 07:02:56 EST 2012
Nitesh Mehta [https://community.jboss.org/people/niteshmehta] created the discussion
"Re: clustering problem with JBoss Messaging in JBoss 5.1"
To view the discussion, visit: https://community.jboss.org/message/777406#777406
--------------------------------------------------------------
Further update on this:
Actually messaging on Node2 Queue1 was getting processed for some time probably because we are using ClusterPullConnectionFactory but after some time it’s stopped.
After investigating this problem I found that we are using ClusteredConnectionFactory with MDB, and this factory is not suitable to use with MDB.
Looking at following posts and issues
https://community.jboss.org/docs/DOC-10095 https://community.jboss.org/wiki/JBMCluster “JBoss Messaging Clustering 1.4.x Overview”
https://issues.jboss.org/browse/JBMESSAGING-842 https://issues.jboss.org/browse/JBMESSAGING-842 “The current clustered ConnectionFactory is not apropriate for use with an MDB container. An MDB creates several connections during its deployment. If using a load-balancing clustered ConnectionFactory, they'll end up on different cluster nodes, which is precisely what the MDB container doesn't need.”
https://issues.jboss.org/browse/JBMESSAGING-843 https://issues.jboss.org/browse/JBMESSAGING-843 “Clustered ConnectionFactory with no load balancing, but failover capabilities needed.”
I figured out that setting SupportsLoadBalancing to false for ClusteredConnectionFactory will make things work.
Please let me know if my observations are incorrect.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/777406#777406]
Start a new discussion in JBoss Messaging Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2043]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121120/d73f4a5c/attachment.html
More information about the jboss-dev-forums
mailing list