What does this message actually indicate? 13:33:36 WARN [ActiveMQ Transport: tcp://plank.local/172.16.2.251:61818] network.DemandForwardingBridge| Network connection between vm://testBroker#20 and tcp://plank.local/172.16.2.251:61818 shutdown due to a remote error: javax.jms.InvalidClientIDException: Broker: testBroker - Client: NC_testBroker_outbound already connected from /172.16.2.247:4345
I am testing a 3-way embedded broker setup using this configuration: <broker xmlns="http://activemq.org/config/1.0" brokerName="testBroker" dataDirectory="${data.directory}" persistent="true"> <networkConnectors> <networkConnector name="default-nc" uri="multicast://default"/> </networkConnectors> <transportConnectors> <transportConnector uri="tcp://localhost:61818?trace=true" discoveryUri="multicast://default"/> </transportConnectors> </broker> And I get that error from the third broker I start up. Thanks, A. -- View this message in context: http://www.nabble.com/NC_testBroker_outbound-already-connected-from-tp16028761s2354p16028761.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.