Friday, March 13, 2009

How does the Application server handle the JMS Connection (JMS)

Question:How does the Application server handle the JMS Connection? (JMS)
Answer:- App server creates the server session and stores them in a pool
- Connection consumer uses the server session to put messages in the
session of the JMS.
- Server session is the one that spawns the JMS session.
- Applications written by Application programmers creates the message
listener

No comments: