Hello dear ActiveMQ community,
I'm trying to configure  pure master-slave configuration, but unable to
replicate any queues from master to slave.
Here is what I used in slave config:

<broker brokerName="slave"
        masterConnectorURI="tcp://q1.site.com:62001"
        shutdownOnMasterFailure="false"
        xmlns="http://activemq.apache.org/schema/core";>
  ...
  <transportConnectors>
          <transportConnector uri="tcp://q2.site.com:61616"/>
  </transportConnectors>
  ...
</broker>

Everything else is default config.

But web panel shows me that queues aren't replicating from master(q1) to
slave (q2).
Would you please advice what should be changed here and how to trace it.

Thank you in advance,
Maxim

--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Pure-Master-Slave-configuration-issue-tp3613606p3613606.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to