javaduke commented on pull request #6535: URL: https://github.com/apache/camel/pull/6535#issuecomment-994821620
> We should not introduce a new operation for dumping the exchange properties - I would rather add a boolean option to the existing dump, where you can specify if the dump should be with exchange properties Yes, I thought about this, but two things stopped me - one is that exchange properties are technically not part of the message, they are part of the Exchange, and the second problem is that the XML generation logic is implemented in the DefaultBacklogTracerEventMessage and it doesn't have the Exchange instance. Please let me know if you have any good idea of how this should be implemented. -- 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]
