Re: How to suspend a particular request and resume later

2017-05-10 Thread souciance
Perhaps there are good ways to do this technically, but in general I would avoid keeping state in your integration layer. It will just introduce you to a set of new problems when it comes to error handling and retry. You'd be better off redesigning the solution without the wait if possible. If

Re: How to suspend a particular request and resume later

2017-05-10 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

How to suspend a particular request and resume later

2017-05-10 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}