mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
8a5978e881
Apparently, if incorrect endpoint provided, ActiveMQNotConnectedException is thrown which is different to ActiveMQSecurityException. Extend catch block to: ActiveMQException to cater for all such cases.