Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.4.0
-
None
-
Unknown
Description
Camel 4.4 has introduced variables. For debugging purpose, we can have the value of variables, similarly than for ExchangeProperties, by calling setIncludeExchangeVariables.
i do not find a way to update the value of variables in MBean https://github.com/apache/camel/blob/camel-4.4.0/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedBacklogDebuggerMBean.java
There is setExchangePropertyOnBreakpoint for Exchangeproperties.