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 |
Explain about Connection factory interface?
How does a message queue work?
What is the point-to-point model in jms?
What is jms connection factory?
How you can deliver a java message to a non-java client?
What is jms endpoint?
What is a connection factory?
What is the use of EventMessage.java?
Why doesn't AQ_ADMINISTRATOR_ROLE or AQ_USER_ROLE always work for AQ applications using Java/JMS API?
Explain the creation of JMS Administered objects?
What is asynchronous messaging?
What is the functionality of a jms queue browser?