You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "AKGavin (JIRA)" <ji...@apache.org> on 2015/08/17 08:14:45 UTC

[jira] [Created] (AMQ-5930) activemq5.11.1 how to load balance

AKGavin created AMQ-5930:
----------------------------

             Summary: activemq5.11.1 how to load balance 
                 Key: AMQ-5930
                 URL: https://issues.apache.org/jira/browse/AMQ-5930
             Project: ActiveMQ
          Issue Type: Bug
          Components: JMS client
    Affects Versions: 5.11.1
         Environment: linux 2.6.18-238.el5
            Reporter: AKGavin
             Fix For: 5.11.1


I use two machines to build a distributed load balance, but the client is not balanced, ten client ,but ont connect avtivemq1,others connect activemq2,  how should the configuration?
My configuration is as follows: client: "failover:(tcp://192.168.106.240:61616?wireFormat.maxInactivityDuration=0,tcp://192.168.106.241:61616?wireFormat.maxInactivityDuration=0)" randomize default is TRUE. servse:
<transportConnectors>
    <transportConnector
 name="openwire" uri="tcp://192.168.106.241:61616"
 updateClusterClients="true" rebalanceClusterClients="true" />
  </<transportConnectors>
Where configuration errors?or what is the meanning of Load balancing?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)