Friday, January 22, 2010

SOAP over JMS

excellent article:
http://www.oracle.com/technology/pub/articles/murphy-soa-jms.html

The Asynchronous message is posted on a JMS queue, consumed by a WS which replies on a temporary queue created by the client on the same JMS session.The client waits on the temporary queue.

Your WS can serve both JMS and HTTP, with the annotations WLHttpTransport and WLJmsTransport.

No comments: