Re: Managing scheduled jobs programmatically in Camel

2015-01-26 Thread Claus Ibsen
Hi You dont have to use Camel routes, only if that makes sense for you. You can use Camel as a plain client and use eg producer template / consumer template to use the Camel components for easy integration with all what these components support. On Thu, Jan 22, 2015 at 3:09 PM, Gershaw,

Managing scheduled jobs programmatically in Camel

2015-01-22 Thread Gershaw, Geoffrey A.
Hello, A quick update to this. Would the camel approach to managing Quartz jobs programmatically be: 1.For every new job, create a new route dynamically. The quartz endpoint would be configured dynamically by creating the option string programmatically. Something like this: a.

Managing scheduled jobs programmatically in Camel

2015-01-21 Thread Gershaw, Geoffrey A.
Hello All, I'm using camel 2.14.1 and have the following use case that I can't figure out how to solve in a Camel way. 1.We receive XML messages from JMS and convert them to FIX and send them to a quickfixj endpoint. No questions there. 2.The XML message may contain a frequency tag.