mirror of
https://github.com/corda/corda.git
synced 2025-03-10 22:44:20 +00:00
Apparently, if incorrect endpoint provided, ActiveMQNotConnectedException is thrown which is different to ActiveMQSecurityException. Extend catch block to: ActiveMQException to cater for all such cases.