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
How to create an ejb session in order to start a jms connection?
What is synchronous messaging?
Give an example of using the publish/subscribe model.
Which are the benefits of mdb (message driven beans) over standard jms consumers?
What are the steps to send and receive JMS message ?
Is kafka a jms?
What is a topic string?
How kafka is different from jms?
Can we send e-mail messages using JMS?
How to check jms messages in weblogic?
What is the advantage of persistent message delivery compared to nonpersistent delivery?
What is jms connection factory?
What is a durable queue?
What is jms connection factory in weblogic?
Why do we need jms?