Re: Slow consumers slow down fast consumer queue requests

2009-08-04 Thread aortiz
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

Re: Getting Durable Messages After Failover

2009-06-30 Thread aortiz
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