RE: Camel stops listening to Queue

2010-12-24 Thread Michael La Budde
> > PS: There are two servers running the server side of this - both will be > monitoring the same Queue for the InOut messages. I can switch off one of the > servers and see if that makes any difference... > Well, turning off one of the two servers seems to have fixed the issue. I have not

RE: Camel stops listening to Queue

2010-12-22 Thread Michael La Budde
Thank you for your response. Yes, we are experiencing TimeoutExceptions when the server fails to respond within the (default) 20 seconds to an InOut message. I had high hopes that this would fix the issue - alas, it did not. Here is the connection string I'm using: failover:(tcp://10.0.33.11

Re: Camel stops listening to Queue

2010-12-21 Thread Tommy Chheng
Is it timing out? Have you tried specifying a keep alive parameter to activemq? val activeMqConnection = "tcp://localhost:61616?keepAlive=true" - @tommychheng http://tommy.chheng.com On Tue, Dec 21, 2010 at 10:48 AM, Michael La Budde wrote: > > Hi all: > > Here is what I am experiencing: > >

Camel stops listening to Queue

2010-12-21 Thread Michael La Budde
Hi all: Here is what I am experiencing: After a period of time Camel stops pulling messages off a queue and ActiveMQ moves them to the DLQ. Environment: Camel 2.4.0 Spring 3.0.5 ActiveMQ 5.3.1 My Camel/Spring applications run inside JBoss on linux servers. The client application uses Produ