How does the Application server handle the JMS Connection?



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

Post New Answer

More JMS Interview Questions

Why doesn't AQ_ADMINISTRATOR_ROLE or AQ_USER_ROLE always work for AQ applications using Java/JMS API?

1 Answers  


Explain about the exception handling mechanism of JMS?

0 Answers  


What is publish/subscribe messaging?

0 Answers  


What are the three components of a Message ?

1 Answers  


What is Connection factory?

1 Answers  






Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?

0 Answers  


How Does the JMS Work with the J2EE ?

1 Answers  


What is message listener?

0 Answers  


What is a jms session?

0 Answers  


Describe the concept of message driven bean clustering.

0 Answers  


What is a connection factory?

0 Answers  


what is distributed queues and topics and how they works

1 Answers  


Categories