Sounds like your closing the connection after every message sent in a tight loop. Your client or server might be running out of ephemeral TCP ports. Make sure you keep the JMS connection and session open for all your message sends.
sivaprasad wrote > > after successfully sent 3500 messages i am getting the following error in > producer > > " javax.jms.JMSException: Could not connect to broker URL: > tcp://localhost:61616. Reason: java.net.BindException: Address already in > use: connect" > Regards, Hiram -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-performance-tp4288084p4301070.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
