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.
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
simasch commentedon May 27, 2023
This was working with Sleuth, and after switching to micrometer tracing this is no longer working.
Any plan to re-add this support?
snicoll commentedon May 27, 2023
@simasch I am not sure I understand your question. You are commenting on the very issue doing that, scheduled for 6.1.x...
simasch commentedon May 27, 2023
@snicoll Oh I'm sorry. I didn't notice the milestone! Probably I shouldn't work on weekends 😅
32 remaining items