What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS?
1 2089Can 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)?
1 2224
What are the basic advantages of jms?
Where is jms used?
Explain Synchronous Message Consumption in JMS?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
What is a queued message?
What is difference between queue and topic?
Explain Asynchronous Message Consumption in JMS?
What is jndi? How is it related to jms?
Explain about JMS queue?
What are the functionalities of a jms provider?
What is the number of messaging models available on jms?
What is jms and how it works?
What is a jms queue?
How to read message from jms queue in java?
What are the different places where you can use the JMS API?