adriancole commented on issue #915: Custom Zipkin tracing for @JmsListener
URL: 
https://github.com/apache/incubator-zipkin-brave/issues/915#issuecomment-497315593
 
 
   if I understand properly. what's going on is that you have a header named 
"ServiceCorrelationID" when it should be named "b3", and you can't change your 
angular apps so you prefer to change your java apps.
   
   you will literally need to hack I think, use aop, bytebuddy or something to 
rename the header before the tracing JMS consumer is invoked. once the header 
is named properly the code should pickup the trace as you'd expect.
   
   I'm closing this out as it isn't a feature we support, to rename header 
regardless of if they are http or messaging. You can look for #914 about more 
pluggability in messaging, which likely would help with this. However, that 
won't land for at least weeks. If you want to ask more questions, you can 
contact us on gitter. Good luck. https://gitter.im/openzipkin/zipkin

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to