Skip to content

Add observability support for JMS #30335

Closed
@vpavic

Description

@vpavic
Contributor

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.

Activity

added
in: messagingIssues in messaging modules (jms, messaging)
theme: observabilityAn issue related to observability and tracing
and removed on Apr 14, 2023
added this to the 6.1.x milestone on Apr 14, 2023
self-assigned this
on Apr 14, 2023
simasch

simasch commented on May 27, 2023

@simasch

This was working with Sleuth, and after switching to micrometer tracing this is no longer working.
Any plan to re-add this support?

snicoll

snicoll commented on May 27, 2023

@snicoll
Member

Any plan to re-add this support?

@simasch I am not sure I understand your question. You are commenting on the very issue doing that, scheduled for 6.1.x...

simasch

simasch commented on May 27, 2023

@simasch

@snicoll Oh I'm sorry. I didn't notice the milestone! Probably I shouldn't work on weekends 😅

modified the milestones: 6.1.x, 6.1.0-M3 on Jul 9, 2023

32 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

in: messagingIssues in messaging modules (jms, messaging)theme: observabilityAn issue related to observability and tracingtype: enhancementA general enhancement

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @bclozel@snicoll@simasch@Saljack@mbadziong

      Issue actions

        Add observability support for JMS · Issue #30335 · spring-projects/spring-framework