Re: Durable Subscriber can't work

2011-04-02 Thread davsclaus
You need to use persistence when using durable subscribers. - Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/ -- View this message i

RE: InOut over JMS always leads to Timout (ExchangeTimedOutException)

2011-04-02 Thread Mike L .
So, further testing has revealed that it was not my configuration file. Instead I found differences based on the version of ActiveMQ I used: 5.3.1works fine 5.3.2works fine 5.4.2fails ~30% of the time 5.5.0works fine > To: users@camel.apache.org > Subject: RE: InOut over JMS alw

RE: InOut over JMS always leads to Timout (ExchangeTimedOutException)

2011-04-02 Thread Mike L .
All: I just downloaded and installed ActiveMQ 5.5.0 and when I ran my test it passed! Although it could be that the new version of ActiveMQ fixed the problem - right now I suspect my activemq.xml configuration was in some way causing this. I will do more investigation and report back with my f

Re: Scheduling routes with RoutePolicy

2011-04-02 Thread Claus Ibsen
Just had a 2nd look. The RoutePolicy has an onInit method which is invoked always. So we got the hook to initialize the route policy, even if the route is not started up-front. See CustomScheduledRoutePolicyTest from camel-core unit tests. So if there is a flaw in CronScheduledRoutePolicy then w

Re: Monitor Camel with Nagios

2011-04-02 Thread Claus Ibsen
On Fri, Apr 1, 2011 at 6:34 PM, Michael Prieß wrote: > Thanks for your fast response. > > I know that i can get notifications from camel but i like that nagios > call camel and check if the route is running. So i need a attribute > which can i easy check without > saving timestamps. > You can use