marcinwieckowski opened a new pull request, #19446: URL: https://github.com/apache/camel/pull/19446
Adds a new option on the JMS Component configuration: 'replyCorrelationProperty'. Difference between this and 'correlationProperty'" is that 'correlationProperty' tells which request property holds the correlation id value, and it does not affect the selector for the reply (JMSCorrelationID=<correlation id>), while 'replyCorrelationProperty' tells which reply property will hold the correlation id value, and it does affect the selector for the reply (<replyCorrelationProperty>=<correlation id>). Use case: reply provider has custom correlation behaviour where it uses custom headers (not JMSMessageID and JMSCorrelationID) for correlation. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
