1

I have a spring boot application which uses Spring Boot 3, micro-meter tracing dependency. it is a JMS listener application.it is used to log trace and span id before the migration when it used to use sleuth.

I tried to create EnvironmentPostProcessor to force the logging pattern but it did not help

KRK
  • 11
  • 2
  • 1
    JMS doesn't have, yet, out-of-the-box trace/span id propagation with Spring 6. That is coming with Spring 6.1. So you will need to write an interceptor of sorts to accomplish this for the time being. – M. Deinum Aug 03 '23 at 07:07

0 Answers0