How does a typical client perform the communication?
Answer Posted / munnu
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.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is jms and mq?
What is hermes jms?
How to send xml message to jms queue using java?
How do I start jms server?
How do I handle request/response using jms?
What is the functionality of a message listener in the context of jms?
What is jms active mq?
What is jms in java?
What is jms in spring?
What is a jms queue?
What is message listener?
Wat is jms client?
Is jms an api?
Explain about Connection interface?
Can we have more than one consumer for a jms queue?