sgalla opened a new pull request #5766:
URL: https://github.com/apache/camel/pull/5766


   Addresses issue 
[CAMEL-16763](https://issues.apache.org/jira/browse/CAMEL-16763).
   
   This PR replaces `getJMSCorrelationIDAsBytes()` calls with 
`getJMSCorrelationID`. Using `getJMSCorrelationIDAsBytes()` to determine 
correlation ID is not compatible with Artemis JMS Client as the Artemis 
implementation of `Message` only returns a correlation ID from 
`getJMSCorrelationIDAsBytes()` if the correlation ID is a byte array, otherwise 
it returns null. Because camel sets the correlation ID explicitly as a string, 
the correlation ID retrieved from `getJMSCorrelationIDAsBytes()` was always 
null.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to