Re: producer send message to consumer and get a response

2008-08-08 Thread Mark Webb
One additional question on this issue, is there a way that this can by done synchronously? If not, I will need to formulate some blocking callback so that that response I get can inform me of what path I should take in my programs logic. Thanks again. On Mon, Aug 4, 2008 at 2:38 PM, Mark Webb <

Re: producer send message to consumer and get a response

2008-08-04 Thread Mark Webb
Joe, Dejan, Thanks for the information. This will be of great help to me. On Mon, Aug 4, 2008 at 2:21 PM, Joe Fernandez < [EMAIL PROTECTED]> wrote: > > Yes, this is possible with JMS and is referred to as the request/reply > pattern. Check out the following, which also has some sample code. >

Re: producer send message to consumer and get a response

2008-08-04 Thread Joe Fernandez
Yes, this is possible with JMS and is referred to as the request/reply pattern. Check out the following, which also has some sample code. http://www.enterpriseintegrationpatterns.com/RequestReplyJmsExample.html You may also want to look at the QueueRequestor and TopicRequestor JMS helper classes

Re: producer send message to consumer and get a response

2008-08-04 Thread Dejan Bosanac
Hi Mark, please take a look at the following link: http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html you can also use Lingo for this: http://lingo.codehaus.org/Request+Response+with+JMS For a web services, you take a look at axis and cxf support: http://activ