Thank you. it worked!
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Unable-to-configure-Network-of-brokers-successfully-with-AMQP-tp4689623p4689776.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
We are testing ActiveMQ 5.9 with Oracle JDK 1.7.
We created a embedded broker with persistent set to false with a single
queue.
We gave it two transportConnectors
openwire with a
uri="tcp://0.0.0.0:61616?maximumConnections=1000&wireFormat.maxFrameSize=104857600"
vm with a uri="vm://localhost"
W
The log lines I posted are from the master side. The slave side log messages
are also interesting:
INFO 2015.01.10 14:00:30,077
org.apache.activemq.network.DemandForwardingBridgeSupport - Network
connection between vm://BALASSIBroker#114 and tcp:///10.36.0.20:62000@40819
shutdown due to a local
If you haven't configured the broker to write a GC log, you can find out if
you're doing full GCs by either attaching JConsole and looking at the
Memory tab or by using the jstat -gc command. Both of those are only
options if you haven't killed the process, so they probably won't help you
now.
Fo