«
Prev
»
Next
How does the Application server handle the JMS Connection?
- 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.
More Related questions...
Comments & Discussions