I have the following for broker-1 in conf/activemq.xml: <broker xmlns="http://activemq.apache.org/schema/core" brokerName="broker-2" dataDirectory="${activemq.data}" useJmx="true"> ... <managementContext> <managementContext createConnector="true" connectorPort="1099"/> </managementContext> ... </broker>
I tried to connect via JDK 7 jconsole to remote process: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi assuming not password protected and that fails to connect. -- View this message in context: http://activemq.2283324.n4.nabble.com/starting-two-instances-of-ActiveMQ-on-same-machine-with-kahadb-master-slave-tp4683769p4683833.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
