Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.24.2
-
None
-
Unknown
Description
CAMEL-13750 introduces a change checking the endpoint in JmsBinding:
if (headerName.equals("JMSCorrelationID") && !endpoint.isUseMessageIDAsCorrelationID()) {
As endpoint can be null (for instance if you just do new JmsBinding()), this change is wrong as it can throw NullPointerException.
I'm fixing.
Attachments
Issue Links
- blocks
-
AMQ-7333 Upgrade to Camel 2.24.3
-
- Resolved
-
- is related to
-
CAMEL-13750 Incoming JMSCorrelationID is passed along when useMessageIDAsCorrelationID
-
- Resolved
-
- links to