On Wed, 2009-08-19 at 10:16 -0700, nmittal wrote: > I am using CMS for ActiveMQ to implement request-response. I understand from > the examples how to do asynchronous request-response. > > In my application I want the requester to wait till it receives the > response. How can this be done with the CMS AMI. > > thanks for your help.
That's more of an implementation issue in your client, you could use the synchronous receive methods in the Consumer you've created to listen for the response to wait for it to arrive. Regards Tim. -- Tim Bish http://fusesource.com http://timbish.blogspot.com/