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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 54ca2752f627 chore(components): harmonize mgt port usage
54ca2752f627 is described below

commit 54ca2752f627fd79f64ced4d79ba9a2790d614bd
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Mar 23 09:23:50 2026 +0100

    chore(components): harmonize mgt port usage
    
    As it already happens for CSB and Q runtimes
---
 .../src/main/resources/observability-services.properties                 | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/components/camel-observability-services/src/main/resources/observability-services.properties
 
b/components/camel-observability-services/src/main/resources/observability-services.properties
index ea7ba81ef774..c0b01614ed07 100644
--- 
a/components/camel-observability-services/src/main/resources/observability-services.properties
+++ 
b/components/camel-observability-services/src/main/resources/observability-services.properties
@@ -17,6 +17,7 @@
 
 # Enable management server
 camel.management.enabled=true
+camel.management.port=9876
 camel.management.metricsEnabled=true
 camel.management.healthCheckEnabled=true
 camel.management.healthPath=/observe/health

Reply via email to