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 <
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.
>
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
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