openzipkin-attic / sleuth-webmvc-example

See how much time Spring Boot services spend on an http request.
Apache License 2.0
175 stars 107 forks source link

Shows how to trace JMS without changing your code #26

Closed astik closed 5 years ago

astik commented 5 years ago

This changes the example to invoke the backend with ActiveMQ instead of WebMVC. Sleuth automatically configures Brave's jms-clients instrumentation when spring-jms is present.

This follow up issue #25.

codefromthecrypt commented 5 years ago

Thanks! merged into the add-jms-tracing branch

astik commented 5 years ago

Working on your review was next on my todo list, should i do it anyway ? or should we give up on those ? (sorry for the delay =/)

astik commented 5 years ago

Nevermind, i see that you already made those changes when merging. Thanks !

codefromthecrypt commented 5 years ago

this has already helped today, so thank you!