Re: Reconnect of the durable consumers after ActiveMQ restart/fail

2009-04-29 Thread agatone
I guess i'll try using two different URIs producers One with maxReconnectAttempts=2 - this will not block my producer consumers one with default value of maxRecconecetAttempts - which is -1 cuz i want my consumers to keep trying reconnect forever - since they don't block anyone. Thank you for yo

Re: Reconnect of the durable consumers after ActiveMQ restart/fail

2009-04-29 Thread agatone
So , am I doing something wrong and nobody has this problem or it might be that nobody noticed it yet :) agatone wrote: > > Hi, > > I have this setup where I set few durable consumers (setMessageListener) > and they succesfully register on ActiveMQ. But as soon as the ActiveMQ

Reconnect of the durable consumers after ActiveMQ restart/fail

2009-04-28 Thread agatone
Hi, I have this setup where I set few durable consumers (setMessageListener) and they succesfully register on ActiveMQ. But as soon as the ActiveMQ shutdowns (by whatever the cause is) and is later restarted all the previous registred consumers are left hanging somwhere and are not visible as reg

Re: ActiveMQ - can it do tasks

2009-01-07 Thread agatone
Ok, so I'll have to code durable consumers for every language i'll use and foreach topic , and it will be invkoing things. That kinda sounds lots of code with those 1000 :| James.Strachan wrote: > > 2009/1/7 agatone : > > > So you'd write programs in some

ActiveMQ - can it do tasks

2009-01-07 Thread agatone
Hello, As I'm from non-Java world trying to get into this Java stuff it's quite hard to understand all JAVA stuff concepts. B/c of that I have problems understanding ActiveMQ manual (mostly i don't know how to define search terms that would get me something useful) so I decided to ask here. Basi