You need to replicate the messages between the two brokers.
See http://activemq.apache.org/clustering.html and look for "Master Slave"
or "Replicated Message Stores"
--
Open Source Integration
http://fusesource.com
DCMH wrote:
>
> This is the first time I'm using ActiveMQ, the version I'm usin
You should not create the session and temporary queue for every request. You
should create them when you create the client [1] (or at least cache them).
These operations are expensive and require remote calls to the broker.
The slowdown of faster clients may be due to Producer Flow Control [2],
w