shankarwww commented on issue #915: Custom Zipkin tracing for @JmsListener
URL: 
https://github.com/apache/incubator-zipkin-brave/issues/915#issuecomment-497137719
 
 
   > actually the parent ID part is distracting in messaging as it isn't used. 
the header should be written with 
`B3SingleFormat.writeB3SingleFormatWithoutParentId` or similar. That way, stale 
parent ID isn't propagated.
   > 
   > To your original issue, I think you are interested in a custom propagation 
extractor I think.. this isn't currently supported, but we are working on a 
messaging abstraction and can consider this.
   
   The challenge in my project is that the tibco jms headers cannot be changed 
now. Its a big change and it will impact many project. So the traceId which is 
originally generated by angular7 application, is passed in the payload to tibco 
queues. Now this message is received from the queue via @JmsListener by backend 
system build in spring boot 2.

----------------------------------------------------------------
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