I a beginner in JMS concepts wants to know the basic difference b/w Synchronous messaging and request response pattern As read in some books found that synchronous messaging is where the client applications expects a immediate response where asynchronous doesnot, in this case how is the request-reponse(lik Http request-response) different from synchronous messaging thanks Srinath
Reqquest-response and synchronous processing could be considered the same thing. Synchronous processing requires that the session that iniated the request stay open and wait until the response is received. Asynchronous processing is where transactions can be fired off in groups and the responses are handled as they come in. The session does not need to wait for the response. Asynchronous processing is used by messaging systems where the individual messages are shipped off from one queue and a second queue is monitored for the response to arrive. When there is no direct link between the request and the response = asyncronous. Hope that helps Kat >^..^<
I'd recommend to you the book Professional JMS programming by Gopalan Gupta and some other guru's that I don't remember. It explains in detail this and some more concepts
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
All of the world's problems can be solved in a garden - Geoff Lawton. Tiny ad:
RavenDB is an Open Source NoSQL Database that’s fully transactional (ACID) across your database