I would like to add some functionality to the swifmq JMS
implementation by using wrapper classes that will re-connect to the
jms-server in case of some connection failure (for example reboot of
router). Currently, if the swiftmq-router is no longer available,
jms-client will fail. I need to avoid this.
Can I depend on string in JMSException like this one 
"com.swiftmq.tools.requestreply.TransportException: Connect
ion closed" ?
I need to recognize different reasons of failure - I think the only
way to do this is to compare string in JMSException - right?
Is there such list anywhere in documentation for swiftmq available?
Regards
-- 
 Michal Jacykiewicz



------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/




Reply via email to