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 |
Detail about the features of publish model?
Describe the concept of message driven bean clustering.
What is the functionality of a jms message producer?
What is jms in spring?
What is jms mean?
Explain the process of Configuring Queues in Jms?
What is queue connection factory?
Explain about publish model?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?
What is the difference between jms and mq?
How to Send object as message in JMS?
Explain Asynchronous Message Consumption in JMS?