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 Role of the JMS Provider?
What is asynchronous messaging?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?
Explain how does the JMS work with the J2EE?
What is the main parts of jms applications?
Explain about Connection factory interface?
Are you aware of any major JMS products available in the market?
How does spring jms listener work?
What is the use of jms? Can we send message from one server to another server using jms?
How do I find the jms queue in weblogic?
Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?