diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html index f09d5ed90..33830237d 100644 --- a/multi/multi__integrations.html +++ b/multi/multi__integrations.html @@ -158,5 +158,6 @@ it’s enough for you to register beans of types:
We instrument the Spring Kafka’s ProducerFactory and ConsumerFactory
so that tracing headers get injected into the created Spring Kafka’s
Producer and Consumer.
To block this feature, set spring.sleuth.messaging.kafka.enabled to false.
![]() | Note |
|---|---|
We do not support context propagation via |
We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. +Check this issue for more information.
We instrument the JmsTemplate so that tracing headers get injected
+into the message. We also support @JmsListener annotated methods on the consumer side.
To block this feature, set spring.sleuth.messaging.jms.enabled to false.