Re: Constantly adding and removing consumer

2008-03-14 Thread James Strachan
1:1020:1 > >> DEBUG AbstractRegion - Removing consumer: > >> ID:test.com-38805-1205442501944-3:1:1020:1 > >> DEBUG AbstractRegion - Removing consumer: > >> ID:test.com-38805-1205442501944-3:2:1020:1 > >> DEBUG AbstractRegion - Adding consu

Re: Constantly adding and removing consumer

2008-03-14 Thread James Strachan
> I have declared my camel routing (inside activemq.xml) as > > ---8ß----- > xmlns="http://activemq.apache.org/camel/schema/spring";> > > Where bean "myProcessor" class extends > "org.apache.camel.processor

Re: Constantly adding and removing consumer

2008-03-14 Thread Rob Davies
On 13 Mar 2008, at 23:19, patrickjamesbarry wrote: I have seen this same behaviour an am interested in any info on this! david.la wrote: Hi, I'm using activemq with camel and when i turn the debug logs, I'm seeing activity every second or so. It's adding and removing consumer. I'd li

Re: Constantly adding and removing consumer

2008-03-13 Thread patrickjamesbarry
d my camel routing (inside activemq.xml) as > > ---8ß- > xmlns="http://activemq.apache.org/camel/schema/spring";> > > Where bean “myProcessor” class extends > “org.apache.camel.processor.DelegateProcessor” > > > -- View this message in context: http://www.nabble.com/Constantly-adding-and-removing-consumer-tp16038772s2354p16040946.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Constantly adding and removing consumer

2008-03-13 Thread david.la
Hi, I'm using activemq with camel and when i turn the debug logs, I'm seeing activity every second or so. It's adding and removing consumer. I'd like to know what is that for may be i'm misconfiguring my activemq because even if there is no external activity, it's still happening. I recently f