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

JMSTemplate.sendAndReceive does not propagate tracer over the wire #32606

Closed
Kantis-ATG opened this issue Apr 9, 2024 · 2 comments
Closed

JMSTemplate.sendAndReceive does not propagate tracer over the wire #32606

Kantis-ATG opened this issue Apr 9, 2024 · 2 comments
Assignees
Labels
in: messaging Issues in messaging modules (jms, messaging) theme: observability An issue related to observability and tracing type: bug A general bug
Milestone

Comments

@Kantis-ATG
Copy link

Affects: 6.1.5

When using JMSTemplate.sendAndReceive, the JMS message is sent using executeLocal which does not forward observations properly. Compare with execute which does so.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Apr 9, 2024
@bclozel bclozel self-assigned this Apr 9, 2024
@bclozel bclozel changed the title JMSTemplate.sendAndReceive does not propagate tracer over the wire JMSTemplate.sendAndReceive does not propagate tracer over the wire Apr 9, 2024
@bclozel bclozel added type: bug A general bug theme: observability An issue related to observability and tracing and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Apr 9, 2024
@bclozel bclozel added this to the 6.1.x milestone Apr 9, 2024
@jhoeller jhoeller added the in: messaging Issues in messaging modules (jms, messaging) label Apr 9, 2024
@bclozel bclozel closed this as completed in ac74116 Apr 9, 2024
@bclozel bclozel modified the milestones: 6.1.x, 6.1.6 Apr 9, 2024
@bclozel
Copy link
Member

bclozel commented Apr 9, 2024

Thanks for raising this @Kantis-ATG - this is now fixed in 6.1.6-SNAPSHOT and will be released on Thursday.

@Kantis-ATG
Copy link
Author

Snapshot build tested, works great. Thanks for the quick fix 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) theme: observability An issue related to observability and tracing type: bug A general bug
Projects
None yet
Development

No branches or pull requests

4 participants