diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html
index 33830237d..32a88f7b2 100644
--- a/multi/multi__integrations.html
+++ b/multi/multi__integrations.html
@@ -157,7 +157,6 @@ Decorating the Spring Integration Executor Channel with Tr
it’s enough for you to register beans of types:
Propagation.Setter<MessageHeaderAccessor, String> - for writing headers to the messagePropagation.Getter<MessageHeaderAccessor, String> - for reading headers from the messageWe instrument the RabbitTemplate so that tracing headers get injected
into the message.
To block this feature, set spring.sleuth.messaging.rabbit.enabled to false.
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 JmsTemplate so that tracing headers get injected
+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.