Java Message Service (JMS) Question:
Download Questions PDF

How does a typical client perform the communication? Queue

Java Message Service (JMS) Interview Question
Java Message Service (JMS) Interview Question

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) Interview Questions And Answers PDF

Previous QuestionNext Question
What is asynchronous messaging? Queue What is JMS session?