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 |
How do I configure jms security?
Give an example of using the point-to-point model
How JMS is different from RPC?
Can we send message from one server to another server using jms?
What is Map message?
What is a message in software?
How to handle the exception caused by jms?
What is JMS administered object?
What is Connection factory?
What is jms server?
What is jms connection factory in weblogic?
What is jms mq?