davsclaus commented on code in PR #8141:
URL: https://github.com/apache/camel/pull/8141#discussion_r943217481
##########
core/camel-api/src/main/java/org/apache/camel/Exchange.java:
##########
@@ -254,6 +254,7 @@ public interface Exchange {
String TRACING_HEADER_FORMAT = "CamelTracingHeaderFormat";
@Deprecated
String TRACING_OUTPUT_FORMAT = "CamelTracingOutputFormat";
+ String TRANSACTION_CONTEXT_DATA = "CamelTransactionContextData";
Review Comment:
its a bit generic this name? Do you need to store something else than the EM
factory?
TRANSACTION_MANAGER
or
TRANSACTION_ENTITY_MANAGER
--
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]