Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JMS coralationId autoconfigure #219

Closed
fr3sh opened this issue Mar 30, 2023 · 7 comments
Closed

JMS coralationId autoconfigure #219

fr3sh opened this issue Mar 30, 2023 · 7 comments

Comments

@fr3sh
Copy link

fr3sh commented Mar 30, 2023

Due the migration of sluth to micrometer, where can I find a parameter to automatically set the
traceId and spanId to the JMS message.
Previously, this was the configuration metter:

spring.sleuth.messaging.jms.enabled

Do I need to configure of exectutors for that? Can you give me a hint?

@k-dabrowska-kubik
Copy link

k-dabrowska-kubik commented Mar 31, 2023

I have the same problem with Spring Boot 3.0.5.
Tracing in microservice where flow is starting from JMS (AMPQ) doesn't work.
I will be grateful for any help.

@marcingrzejszczak
Copy link
Contributor

We don't have instrumentations in tracing (except for kotlin really). I guess this should be done either in Micrometer for JMS native support or in Spring JMS for Spring based support.

@simasch
Copy link

simasch commented May 27, 2023

I have the same issue. Before with Sleuth, everything worked out of the box with JMS.
Also, with Spring Boot 3.1.0 this is not working.

@mbadziong
Copy link

Spring Boot 3.1.1 still not working. Folks, have you any workaround for this?

@marcingrzejszczak
Copy link
Contributor

spring-projects/spring-framework#30335

@bclozel
Copy link
Contributor

bclozel commented Aug 2, 2023

The Jakarta JMS instrumentation is being contributed under micrometer-metrics/micrometer#4007; please review the observations and their KeyValues to check that they fit your use cases.

@marcingrzejszczak
Copy link
Contributor

Done via micrometer-metrics/micrometer#4007

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants