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&...]