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



##########
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:
       Can we rename this to
   
   messageHistorayOnBreakpointAsXml 
   
   because we made a mistake a long time ago that a JMX operation should not be 
named getter/setter - there are some tools/jconsole etc that dont work well 
with this.




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