Forum Discussion
surmilan
16 years agoOccasional Contributor
i don't think Delay step does will solve my problem as i am talking about an asynchronous request and response.
Consumer sends a business request and it is intercepted by an invoker which puts the request to a Queue .Connection closed . And the Service provder fetch the request in queue using Get service call . Connection is closed at this point agin .Similarly, service provider sends the actual business response using call back response where it goes to a queue and service consumer fetch the business response (in queue) using get call finally. So it involves both delayed request and response . Hope i was able to state my problem properly . Any help would be appreciated.
Consumer sends a business request and it is intercepted by an invoker which puts the request to a Queue .Connection closed . And the Service provder fetch the request in queue using Get service call . Connection is closed at this point agin .Similarly, service provider sends the actual business response using call back response where it goes to a queue and service consumer fetch the business response (in queue) using get call finally. So it involves both delayed request and response . Hope i was able to state my problem properly . Any help would be appreciated.