Re: How to suspend a particular request and resume later

2017-05-09 Thread Shikha Singhal
In the given configurations i.e.



Once I get this request back form waiting queue, I want to resume or start
remaing configurations, which are responsible for creating an output file
(i.e. given in split tag). 

Any help will be appreciated.

Thanks & Regards
Shikha Singhal






--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-suspend-a-particular-request-and-resume-later-tp5799187p5799188.html
Sent from the Camel - Users mailing list archive at Nabble.com.


How to suspend a particular request and resume later

2017-05-09 Thread Shikha Singhal
Hi,I am receiving messages or requests from ActiveMQ and processing the
messages and creating another output file with respect to each input request
from ActiveMQ.My configurations are as given below:/
   
${body}   
destinations/I have a scenario where I
want to add incoming request to a waiting queue, instead of processing it.
Later after some time when one condition becomes true, I want to again start
processing the request from waiting queue. But I don't know how can I
achieve this. Kindly help.Thanks in advance.!RegardsShikha Singhal



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-suspend-a-particular-request-and-resume-later-tp5799187.html
Sent from the Camel - Users mailing list archive at Nabble.com.