diff --git a/sender-app/configuration/application.properties b/sender-app/configuration/application.properties index 578d1be..3b637d6 100644 --- a/sender-app/configuration/application.properties +++ b/sender-app/configuration/application.properties @@ -61,6 +61,10 @@ logging.level.sender-complex-obs-sync=${openmrs.eip.log.level} # ****************************** Actuator Configuration **************************************************************** # +# 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