From a888e2c6b8b583e7a289ce94ebb2c3816e88e634 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 23 Feb 2021 12:00:02 +0100 Subject: [PATCH] Fixed a typo (Rabbit -> ActiveMQ) fixes #1857 --- docs/src/main/asciidoc/howto.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/howto.adoc b/docs/src/main/asciidoc/howto.adoc index 97ecdff11..ae3b9c206 100644 --- a/docs/src/main/asciidoc/howto.adoc +++ b/docs/src/main/asciidoc/howto.adoc @@ -213,7 +213,7 @@ dependencies { ---- ==== -If you want Sleuth over RabbitMQ, add the `spring-cloud-starter-sleuth`, `spring-cloud-sleuth-zipkin` and `activemq-client` dependencies. +If you want Sleuth over ActiveMQ, add the `spring-cloud-starter-sleuth`, `spring-cloud-sleuth-zipkin` and `activemq-client` dependencies. ==== [source,xml,indent=0,subs="verbatim,attributes",role="primary"] @@ -458,4 +458,4 @@ include::{autoconfig_path}/src/test/java/org/springframework/cloud/sleuth/autoco Spring Cloud Sleuth API contains all necessary interfaces to be implemented by a tracer. The project comes with OpenZipkin Brave implementation. -You can check how both tracers are bridged to the Sleuth's API by looking at the `org.springframework.cloud.sleuth.brave.bridge` module. \ No newline at end of file +You can check how both tracers are bridged to the Sleuth's API by looking at the `org.springframework.cloud.sleuth.brave.bridge` module.