Are there any good polling strategies to use with Apache Camel?

254 views Asked by At

I'm new to Apache Camel and currently reading Camel in Action. I'm building a system that will receive json messages via restful webservices and I plan to turn them into acsii files and transmit them to another system via SFTP. The problem is the response file will take over 10 minutes to return per request so I need to come up with a polling/monitoring strategy that will keep track of the request state.

Can anyone point me in the right direction if there is a specific EIP that handles this sort of problem?

0

There are 0 answers