How does a typical client perform the communication?
Answer / 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 |
What is JMS provider?
What are the different messaging paradigms JMS supports?
What is mdb in jms?
What is a jms queue?
What is a jms connection?
What is difference between queue and topic in jms?
What is difference between JMS and Web Services?
What is the functionality of a jms message producer?
What is the publish-and-subscribe model in jms?
What is jms connection?
What is the difference between jms and mq?
What is the best message queue?