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 |
How many types of messaging model do JMS provide for and what are they?
What is object message ?
What is the functionality of jms message consumers?
How kafka is different from jms?
What are JMS Providers?
Why do the JMS dbms_aqadm.add_subscriber and dbms_aqadm.remove_subscriber calls sometimes hang when there are concurrent enqueues or dequeues happening on the same queue to which these calls are issued?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?
What is use of jms?
Explain how Application server handles the JMS Connection?
Can two jms servers share the same persistent store?
How do I handle request/response using jms?
Is rabbitmq jms compliant?