How does the Application server handle the JMS Connection?
Answer / munnu
1. App server creates the server session and stores them in a pool.
2. Connection consumer uses the server session to put messages in the session of the JMS.
3. Server session is the one that spawns the JMS session.
4. Applications written by Application programmers creates the message listener.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is synchronous messaging?
How Does the JMS API Work with the J2EE Platform?
How does a message queue work?
What is the use of jms server in weblogic?
Is jms a message broker?
What is the functionality of a jms message selector?
What is message listener container?
What are Messages?
What are the various message types supported by JMS?
How to consume message from jms queue in soa 12c?
How do I start jms server?
What is the advantage of persistent message delivery compared to nonpersistent delivery?