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 queue connection factory?
What is jms module?
What is jms module in weblogic?
What is a jms session?
What are the core JMS-related objects required for each JMS-enabled application?
Can jms be used to send an email?
What is the functionality of jms message consumers?
What is jms queue in weblogic?
What is jms connection?
What are the functionalities of a jms provider?
How to create an ejb session in order to start a jms connection?
What are the three components of a Message ?