javaduke commented on a change in pull request #6671:
URL: https://github.com/apache/camel/pull/6671#discussion_r779779228



##########
File path: 
core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
##########
@@ -172,4 +172,7 @@
 
     @ManagedOperation(description = "Updates/adds the exchange property (with 
a new type) on the suspended breakpoint at the given node id")
     void setExchangePropertyOnBreakpoint(String nodeId, String 
exchangePropertyName, Object value, String type);
+
+    @ManagedOperation(description = "Returns the message history at the given 
node id as XML")
+    String getMessageHistory(String nodeId);

Review comment:
       Yes, makes perfect sense. Done.




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