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
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
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
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
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