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

davsclaus pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
     new 6cc58c477b1 CAMEL-19026: tracing standby
6cc58c477b1 is described below

commit 6cc58c477b13a58d07f618a0548e1af0dfd1ccf6
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Feb 12 09:10:39 2023 +0100

    CAMEL-19026: tracing standby
---
 .../apache/camel/spring/boot/CamelConfigurationProperties.java    | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
index 3112fd14e42..b53dd8e952d 100644
--- 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
+++ 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
@@ -387,6 +387,14 @@ public class CamelConfigurationProperties extends 
DefaultConfigurationProperties
      */
     private boolean backlogTracing;
 
+    /**
+     * Whether to set backlog tracing on standby. If on standby then the 
backlog tracer is installed and made available.
+     * Then the backlog tracer can be enabled later at runtime via JMX or via 
Java API.
+     *
+     * Default is false.
+     */
+    private boolean backlogTracingStandby;
+
     /**
      * Sets whether tracing is enabled or not.
      *

Reply via email to