Missing observation for @JmsListener response messages #33221
Labels
in: messaging
Issues in messaging modules (jms, messaging)
theme: observability
An issue related to observability and tracing
type: bug
A general bug
Milestone
When using @JmsListener that is configured with an ObservationRegistry can see that the ObservationRegistry is used for the incoming message but not utilized for the outgoing response message. Specifically, the 'traceparent' header is not included in the response. This was using Spring JMS 6.1.10 via Spring Boot 3.3.1.
A simple workout in the meantime is to explicitly use a JmsTemplate configured with ObservationRegistry to send a response.
The text was updated successfully, but these errors were encountered: