-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)theme: observabilityAn issue related to observability and tracingAn issue related to observability and tracingtype: enhancementA general enhancementA general enhancement
Milestone
Description
See #30094 for some background.
I'm primarily interested in the following:
- adding trace information to the JMS message on the producer side (when using
JmsOperations
) - resolving trace information from the JMS message on the consumer side (when using either
JmsOperations
directly or@JmsListener
)
The goal is to have spans from both the producer and the consumer side as a part of the same trace.
I think that something like this is possible when using Spring Integration (see the relevant docs), but it would be nice if core Spring JMS support also had support for observability.
Saljack, codecraft21, ThorstenKunz, mjhaugsdal and r-oleksii
Metadata
Metadata
Assignees
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)theme: observabilityAn issue related to observability and tracingAn issue related to observability and tracingtype: enhancementA general enhancementA general enhancement