difference in context propagation for 'process' and 'receive' spans #4445
Unanswered
mgevantmakher
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The comment above the code suggests this is intentional: However, it isn't clear why this decision was made. It is counterintuitive that a JMS MessageConsumer would not follow the Messaging Semantic Conventions for a consumer. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
opentelemetry-java-instrumentation/instrumentation/jms-1.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jms/JmsSingletons.java
Line 51 in 62cc2a7
Hello I noticed by testing JMS auto instrumentation api a difference in context propagation for 'receive' [buildConsumerInstrumenter] vs 'process' [buildListenerInstrumenter] . I'm not sure if it is intentional or not but it affects ability to display relationship between 'publish' span and 'receive' span.
Please provide guidance if this a part of 'semantic convention' or a bug.
Beta Was this translation helpful? Give feedback.
All reactions