Re: Consumer client stops after failover

2010-04-28 Thread Frank Werner
Gary, I use ActiveMQ 5.3.0 Yes, the work-around does work for me. -Frank- -- View this message in context: http://old.nabble.com/Consumer-client-stops-after-failover-tp27778246p28387762.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Issue in example with failover

2010-03-09 Thread Frank Werner
If I use the following url -Durl='failover://(tcp://broker1:61616,tcp://broker2:61616)' I got the following output: r...@broker1:/opt/apache-activemq-5.3.0/example # ant topic-listener -Durl='failover://(tcp://ppst-broker1:61616,tcp://broker2:61616)' Buildfile: build.xml init: compile: topic-l

Re: Issue in example with failover

2010-03-09 Thread Frank Werner
t; > at least it worked when I tested it. > > Cheers > -- > Dejan Bosanac - http://twitter.com/dejanb > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Mon, Mar

Issue in example with failover

2010-03-08 Thread Frank Werner
Hello world, I tried out the topic listener example delivered with active mq 5.3. Without failover, it works very well and waits for incoming messages. With failover, it stops working after 11 seconds, when no messages arrives. The same problems occurs with failover with only one broker or with t

Consumer client stops after failover

2010-03-04 Thread Frank Werner
Hello everybody, I'm using a little consumer client (java file attached) to monitor a message topic. If the broker which the client is connected to does not fail, everything is ok. If the broker fails, the client tries to connect to the second broker (the debug says he did!) and then the client s