Clean up MDC property names
---------------------------

                 Key: CAMEL-5047
                 URL: https://issues.apache.org/jira/browse/CAMEL-5047
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.9.0, 2.8.4
            Reporter: Ɓukasz Dywicki


Current MDC support in camel uses different property names. My proposal is to 
align them and use a "camel." prefix for all of them to let them live in own 
logical namespace:

||Before change||After change||
|breadcrumbId|camel.breadcrumbId|
|exchangeId|camel.exchangeId|
|messageId|camel.messageId|
|correlationId|camel.correlationId|
|routeId|camel.routeId| 
|camelContextId|camel.contextId|
|transactionKey|camel.transactionKey|


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to