Is this 100 connections from a single instance of the Application?  If so,
how about a connection pool?

Using an embedded broker might do the trick, but keep in mind that ActiveMQ
is not a light solution.  Embedding it has its downsides.  Also, my first
thought was you have 100 application instances, in which case an embedded
broker would save nothing since there would be 100 embedded brokers
connecting to the remote broker.  Worse than that, trying to run a network
of brokers with 100 brokers will prove challenging unless advisories are
disabled.

Hope this helps.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Use-embedded-broker-to-reduce-of-connections-to-remote-broker-tp4680962p4680973.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to