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

What is JMS Client?

1 Answers  


What are the main component in JMS?

1 Answers  


What is a topic string?

0 Answers  


How to handle the exception caused by jms?

0 Answers  


What is a messaging service?

0 Answers  






What is spring jms?

0 Answers  


What is the use of BytesMessage?

1 Answers  


What is jms consumer?

0 Answers  


What is the use of EventMessage.java?

0 Answers  


What is a remote jms provider?

0 Answers  


what is the use of module in weblogic

1 Answers   Polaris,


How many types of messaging model do JMS provide for and what are they?

0 Answers  


Categories