Re: Async error occurred Can not remove a consumer from a session not regd

2012-10-31 Thread patzerbud
Hi hodgesz: Did you ever get any useful replies or otherwise fix this problem? I am also experiencing the exact same thing with a pure master/slave configuration. TIA, Mike (aka, patzerbud) -- View this message in context: http://activemq.2283324.n4.nabble.com/Async-error-occurred-Can-not

failover broker configuration

2010-05-07 Thread patzerbud
le servers for failover - and not load-balancing - are the configurations above correct? Or can they be improved? Finally, there are a ton of messages in the "advisory" topics. Is there any way to purge these? (Deleting these is bad - since that breaks the failover (i.e. it no longer

Re: Network of Brokers

2010-04-18 Thread patzerbud
oducer. However, I think the main difference was this: Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE); This code will not work if you specify true for the first arg. I'm not sure, but I think it's because this example is using the in memory persistence adapter... HTH, Mike L (aka patzerbud) -- View this message in context: http://old.nabble.com/Network-of-Brokers-tp28269405p28282467.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Network of Brokers

2010-04-17 Thread patzerbud
} Obviously, you will need to remove broker1 and all related stuff from your test method (since it was moved to the private inner class Consumer) - but, doing it this way will allow your test case to pass. HTH, Mike L (aka patzerbud) -- View this message in context: http://

virtual topics plus failover

2010-04-15 Thread patzerbud