How does the Application server handle the JMS Connection?
Answer Posted / 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 |
Post New Answer View All Answers
Which messaging is generally used in cases where a message is published by a producer and consumed by multiple subscribers?
What is jms mq?
Is jmstemplate thread safe?
What are the components of a jms messaging application?
What is a message in software?
How many types of messaging model do JMS provide for and what are they?
How do I use a startup class to initialize and later reference jms objects?
Does weblogic jms support clustering?
What is jms endpoint?
What is jms template?
Describe the concept of message driven bean clustering.
What is jms destination?
What is the procedure to configure jms security?
What is publish/subscribe messaging?
What is jndi? How is it related to jms?