This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch jmx-upd
in repository https://gitbox.apache.org/repos/asf/camel.git

commit dbb71d02ca23ab1bebbb96966756cd361f4e75f4
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Dec 21 15:38:38 2023 +0100

    CAMEL-20274: camel-management - Add JMX operation to update route from XML
---
 docs/user-manual/modules/ROOT/pages/jmx.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/jmx.adoc 
b/docs/user-manual/modules/ROOT/pages/jmx.adoc
index ee11faea5a0..d428877efa6 100644
--- a/docs/user-manual/modules/ROOT/pages/jmx.adoc
+++ b/docs/user-manual/modules/ROOT/pages/jmx.adoc
@@ -115,6 +115,10 @@ usage of each incoming and outgoing endpoints).
 |`mask` |`org.apache.camel.jmx.mask` |`true`
 |A flag that indicates whether to remove detected sensitive information (such 
as passwords)
 from MBean names and attributes.
+
+|`updateRouteEnabled` |`org.apache.camel.jmx.updateRouteEnabled` |`false`
+|Whether to allow updating routes at runtime via JMX using the 
ManagedRouteMBean. This is disabled by default, but can be enabled for 
development and troubleshooting purposes, such as updating routes in an 
existing running Camel via JMX and other tools.
+
 |=======================================================================
 
 === Registering MBeans for specific resources only

Reply via email to