[jboss-user] [JBoss Messaging] - what is a use of SupportsLoadBalancing and SupportsFailover for ClusterPullConnectionFactory inside Application server
Nitesh Mehta
do-not-reply at jboss.com
Tue Nov 20 07:25:25 EST 2012
Nitesh Mehta [https://community.jboss.org/people/niteshmehta] created the discussion
"what is a use of SupportsLoadBalancing and SupportsFailover for ClusterPullConnectionFactory inside Application server"
To view the discussion, visit: https://community.jboss.org/message/777415#777415
--------------------------------------------------------------
connection-factories-service.xml has folloing mbean to pull messages across nodes
<mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory"
name="jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory"
xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="SupportsFailover">false</attribute>
<attribute name="SupportsLoadBalancing">false</attribute>
</mbean>
what benifits i will get by setting SupportsFailover and SupportsLoadBalancing to true.
I am using JBoss 5.1 with JBM 1.4.3
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/777415#777415]
Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121120/6dca2df4/attachment.html
More information about the jboss-user
mailing list