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 the number of messaging models available on jms?
Why jms is used in java?
What is jms in spring?
Why do we need jms?
Mention different types of messages available in JMS API?
What is jms used for?
What is the difference between jms and mq?
How do I configure jdbc so that the jms jdbc store recovers automatically?
What is the purpose of jms?
For sending messages through JMS, what encryption options are there?
What is a topic?
Explain how Application server handles the JMS Connection?
Can two jms servers share the same persistent store?
What is a queued message?
What are the steps involved in configuring the jms?