Re: Unable to configure Network of brokers successfully with AMQP

2015-01-11 Thread ashru.moh
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.

Consumer hanging after a producer fails for being inactive

2015-01-11 Thread errobin
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

Re: ActiveMQ embedded broker 100% cpu usage

2015-01-11 Thread nyariz
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

Re: ActiveMQ embedded broker 100% cpu usage

2015-01-11 Thread Tim Bain
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