You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/06 18:49:53 UTC

[GitHub] [camel] javaduke commented on a change in pull request #6671: ManagedDebugger exposes Message History

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org