Remove dashes from key identifiers, as those are forbidden by the JMS spec #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the JMS 2.0 spec, section 3.5.1:
and then in section 3.8:
and
One specific example of where this is causing problems is when having the OT-contrib Servlet and OT-contrib JMS as part of the same trace: in some tracers, all HTTP Headers are passed down. Other situation can be seen on the example application
swarm-jms
, which fails with the following exception when using Jaeger:A similar exception happens when using Hawkular APM.
With this patch applied, the linked example shows this on the logs when doing a call to
http://localhost:8080/hello
: