Hi I would like to know how to create quartz jobs dynamically? My case is following: I have a message consumer witch consume messages from queue and each message should be proces at specific time defined in message property. So I would like use somethig like this:
<route> <from uri="activemq:queue:test"/> <!-- here I would like to create quartz jobs for each message triggering message processing in specific time but I don't know how to do it (maybe it is impossible?)--> </route> Can I do it? Cheers, Marcin -- View this message in context: http://old.nabble.com/camel-quartz-tp27073449p27073449.html Sent from the Camel - Users mailing list archive at Nabble.com.
