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 |
How does jms queue work?
How to handle non-transacted sessions with respect to jms?
What is a jms server?
What is the procedure to configure jms security?
How to send xml message to jms queue using java?
Explain about publish model?
Is jms a message broker?
What is a map message?
What are the types of messaging?
What Is the JMS API?
What are the different types of messages available in the JMS API?
What is the diffrence between Java Mail and JMS Queue?