JMS catching when a JMS server goes away

Posted by corydoras on Stack Overflow See other posts from Stack Overflow or by corydoras
Published on 2010-02-02T05:38:23Z Indexed on 2010/04/13 12:03 UTC
Read the original article Hit count: 593

Filed under:
|

When there is a network problem which results in the client being disconnected from the JMS server, is there some other way to detect the problem other than waiting until the next JMS message being sent fails?

© Stack Overflow or respective owner

Related posts about jms

Related posts about java