diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html index 32a88f7b2..92ab2269c 100644 --- a/multi/multi__integrations.html +++ b/multi/multi__integrations.html @@ -158,5 +158,5 @@ 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.
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.
We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information.
+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.
![]() | Important |
|---|---|
We don’t support baggage propagation for JMS |