Java Message Service (JMS) Question: Download Java Message Service (JMS) PDF

How does a typical client perform the communication? Queue

Tweet Share WhatsApp

Answer:

1. Use JNDI to locate administrative objects.
2. Locate a single ConnectionFactory object.
3. Locate one or more Destination objects.
4. Use the ConnectionFactory to create a JMS Connection.
5. Use the Connection to create one or more Session(s).
6. Use a Session and the Destinations to create the MessageProducers and MessageConsumers needed.
7. Perform your communication.

Download Java Message Service (JMS) PDF Read All 27 Java Message Service (JMS) Questions
Previous QuestionNext Question
What is asynchronous messaging? Queue What is JMS session?