Hi All,
I am absolutely new to Apache Camel framework.
I am trying to route a message from FTP to Activemq.
There are no exceptions but the message is not getting delivered in
ActiveMQ's queue.
I am using the following code :
CamelContext context = new DefaultCamelConte
Hi guys,
I've created a JBoss Infinispan component for Camel
It is here https://github.com/bibryam/camel-infinispan
I've updated it to use version 6.0.0.Alpha1 which is reliesed under ASL2
Do we have any policy for not adding libraries which are Alpha, when
would be a good time to add this compo
Github user davidkarlsen closed the pull request at:
https://github.com/apache/camel/pull/32
You have asked this on the user-list too (where is the right place I think).
So expect an answer there ...
Jan
> -Ursprüngliche Nachricht-
> Von: Dayakar [mailto:daya.kond...@gmail.com]
> Gesendet: Dienstag, 23. Juli 2013 12:09
> An: dev@camel.apache.org
> Betreff: How to Pause Quartz Com
Hi,
I am using Quartz Component which run Daily at 20:00 I configured it as
from("quartz://myGroup/myTimerName?cron=0+0+20+1/1+*+?+*").routeid("MainRoute").to("jms:queue:outBoundQueue")
I need to pause the Route for few Days
Iam using camelContext.suspendRoute("MainRoute");
But still Quar