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)?
Answer Posted / munnu
Yes. You can write a snooper files to detect the service and restart the node upon node fail and a server instance fail.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to handle the exception caused by jms?
Is jms an api?
How does jms queue work?
Name the components of jms.
How to write junit test cases for jms?
Is it possible to create both queues and topics to single jms server? if yes then how it works?
For JMS-enabled application, what are the core JMS-related objects required?
Describe the concept of message driven bean clustering.
What is the difference between a queue and a topic?
How does spring jms listener work?
What is jms server?
Why do we use message queue?
What is a messaging service?
What is mdb in jms?
What are the steps to send and receive JMS message ?