Mercurial > hg > SpringPlayground
diff spring-jms-playground/src/main/resources/application.properties @ 18:8504317b9a09
Erweiterung um Sleuth, manuelle Konfiguration von Spring
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Thu, 17 Sep 2020 09:03:11 +0200 |
parents | ad77abd85976 |
children |
line wrap: on
line diff
--- a/spring-jms-playground/src/main/resources/application.properties Thu Sep 10 11:18:13 2020 +0200 +++ b/spring-jms-playground/src/main/resources/application.properties Thu Sep 17 09:03:11 2020 +0200 @@ -1,3 +1,10 @@ +logging.pattern.console = %d{HH:mm:ss.SSS} %-5p [%10.10t] [${spring.zipkin.service.name:${spring.application.name:-}},%X{X-B3-TraceId:-},%X{X-B3-SpanId:-},%X{X-Span-Export:-}] %c{1} : %m%n + #spring.activemq.user=admin #spring.activemq.password=admin spring.activemq.broker-url=tcp://localhost:61616 + +spring.application.name = jmstest + +spring.sleuth.messaging.enabled = true +spring.sleuth.messaging.jms.enabled = true