From f5529e579882f893ec3f62f162bbc062a57a7e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Deniger=20-=20ICRC?= <65169434+icrc-fdeniger@users.noreply.github.com> Date: Mon, 13 Feb 2023 11:00:46 +0100 Subject: [PATCH 1/2] Update application.properties --- sender-app/configuration/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sender-app/configuration/application.properties b/sender-app/configuration/application.properties index 578d1bea..0f3fd79d 100644 --- a/sender-app/configuration/application.properties +++ b/sender-app/configuration/application.properties @@ -62,6 +62,10 @@ logging.level.sender-complex-obs-sync=${openmrs.eip.log.level} # ****************************** Actuator Configuration **************************************************************** # #Whether to enable or disable all actuator endpoints by default. +# if not excluded will get some errors at startup with missing class: META-INF/services/org/apache/activemq/transport/vm +# Due to overlaps between activemq and artemis +spring.autoconfigure.exclude=org.springframework.boot.actuate.autoconfigure.jms.JmsHealthContributorAutoConfiguration + management.endpoints.enabled-by-default=false #management.endpoint.prometheus.enabled=true #management.endpoint.health.enabled=true From bcb2148f8a9eefe55982de43d26a4e0d251f051d Mon Sep 17 00:00:00 2001 From: Dimitri R Date: Tue, 14 Feb 2023 16:57:55 +0100 Subject: [PATCH 2/2] Update application.properties --- sender-app/configuration/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sender-app/configuration/application.properties b/sender-app/configuration/application.properties index 0f3fd79d..3b637d6c 100644 --- a/sender-app/configuration/application.properties +++ b/sender-app/configuration/application.properties @@ -61,11 +61,11 @@ logging.level.sender-complex-obs-sync=${openmrs.eip.log.level} # ****************************** Actuator Configuration **************************************************************** # -#Whether to enable or disable all actuator endpoints by default. -# if not excluded will get some errors at startup with missing class: META-INF/services/org/apache/activemq/transport/vm -# Due to overlaps between activemq and artemis +# To prevent errors at startup with missing class: META-INF/services/org/apache/activemq/transport/vm +# because of overlaps between ActiveMQ and Artemis. spring.autoconfigure.exclude=org.springframework.boot.actuate.autoconfigure.jms.JmsHealthContributorAutoConfiguration +#Whether to enable or disable all actuator endpoints by default. management.endpoints.enabled-by-default=false #management.endpoint.prometheus.enabled=true #management.endpoint.health.enabled=true