mirror of
https://github.com/corda/corda.git
synced 2025-02-21 17:56:54 +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.