Closed
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.