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 |
Explain Asynchronous Message Consumption in JMS?
What is the use of jms?
What is difference between queue and topic in jms?
Explain about message listeners?
What is the difference between jms and mq?
What is jms message broker?
Explain the difference between topic and queue?
What is jms jndi?
How do I find the jms queue in weblogic?
Explain JMS and its Component?
Explain about point to point?
What is the number of messaging models available on jms?