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 happens when jms queue is full?
What is jms queue in java?
Is it possible to create both queues and topics to single jms server? if yes then how it works?
What is a durable queue?
What is the use of EventMessage.java?
Can we use jms for sending automated e-mails?
What are all the features of JMS API in J2EE platform?
How does jms listener work?
What is message listener container?
What is the important part of JMS applications?
For sending messages through JMS, what encryption options are there?
What is jms in spring?
Wat is jms client?
What is queue connection factory?
Which messaging modes are included in the java messaging service jms )?