davsclaus commented on pull request #6535:
URL: https://github.com/apache/camel/pull/6535#issuecomment-994713172


   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, eg
   
   ```
       @ManagedOperation(description = "Dumps the messages in xml format from 
the suspended breakpoint at the given node")
       String dumpTracedMessagesAsXml(String nodeId, boolean 
includeExchangeProperties);
   ```
   
   


-- 
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]


Reply via email to