There is incorrect null check in ActiveMQActivationSpec#toString. It is performed on messageSelector attribute instead of connectionFactoryLookup.
if (messageSelector != null) { buffer.append(" connectionFactoryLookup=").append(connectionFactoryLookup); }
- is cloned by
-
JBEAP-5825 (7.0.z) ARTEMIS-652 - Incorrect null check in ActiveMQActivationSpec#toString for attribute connectionFactoryLookup
- Verified
- is incorporated by
-
JBEAP-5830 (7.1.0) Upgrade Artemis from 1.1.0.SP18 to 1.4.0
- Verified
- cloned to
-
ARTEMIS-652 Loading...