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 does jms queue work?
What is the publish-and-subscribe model in jms?
Explain JMS and its Component?
Detail about the features of publish model?
Explain about message selector?
How to Send object as message in JMS?
What is a topic in messaging?
In which situations we are using jms? Can we send message from one server to another server using jms?
What is jms queue?
Is it possible to create both queues and topics to single jms server? if yes then how it works?
What is a jms connection?
Can two jms servers share the same persistent store?
Which are the benefits of mdb (message driven beans) over standard jms consumers?
What is asynchronous messaging in jms?
What is a map message?