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 / 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 |
What is the difference between an sms and text message?
Is it possible to create both queues and topics to single jms server? if yes then how it works?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?
Is rabbitmq jms compliant?
Explain how Application server handles the JMS Connection?
What is a queued message?
What are Messaging Domains?
Explain Asynchronous Message Consumption in JMS?
How to create an ejb session in order to start a jms connection?
Does weblogic jms support clustering?
Does JMS specification define transactions?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?