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 |
Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?
What is Service Provider ?
How do I handle request/response using jms?
Explain JMS and its Component?
What is jms protocol?
Does weblogic jms support clustering?
What is a distributed queue?
What is the difference between Message producer and Message consumer?
What is jms producer?
What is the basic difference between Publish Subscribe model and P2P model?
What is a messaging service?
How do I configure jdbc so that the jms jdbc store recovers automatically?