Hi All,

I have an integration scenario which i need to design using Apache camel for
each request the destination system id returns a unique id as
acknowledgement and it starts processing the request asynchronously.The
processing can take more time.

The Destination system have exposed a web service to check the status of the
request using unique id.
We are thinking to store the unique id in jms queue and have a cron trigger
to pick the unique id from jms queue and trigger the web service.

Can you please help me how can i design it using Apache camel for cron
trigger and picking the message from JMS queue on demand.






--
View this message in context: 
http://camel.465427.n5.nabble.com/Cron-Trigger-and-JMS-get-tp5792747.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to