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 |
What is Destination ?
What is the use of jms? In which situations we are using jms?
Explain the creation of JMS Administered objects?
What is jms connection factory?
What is jms module?
What is JMS Client?
Is activemq a jms provider?
What are the components of JMS?
What is text message?
Explain JMS and its Component?
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 do you mean by Synchronous and Asynchronous type of messaging?