1.

Explain How Application Server Handles The Jms Connection?

Answer»

•With the help of APPLICATION server, the server session is CREATED and it stores them in a pool
•To put messages in JMS session, CONNECTION consumer, uses the Server session
•Server session is the ONE that creates the JMS session
•Application written by Application programmers creates the MESSAGE listener.

•With the help of Application server, the server session is created and it stores them in a pool
•To put messages in JMS session, connection consumer, uses the Server session
•Server session is the one that creates the JMS session
•Application written by Application programmers creates the message listener.



Discussion

No Comment Found