-
Bug
-
Resolution: Done
-
Minor
-
7.0.2.CR1
-
None
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); }
- clones
-
JBEAP-5394 (7.1.0) Incorrect null check in ActiveMQActivationSpec#toString for attribute connectionFactoryLookup
- Verified
- is incorporated by
-
JBEAP-5471 (7.0.z) Upgrade Artemis from 1.1.0.SP18 to 1.1.0.SP19
- Verified