diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html
index 7307baabb..75ec9aa71 100644
--- a/multi/multi__integrations.html
+++ b/multi/multi__integrations.html
@@ -150,7 +150,8 @@ The following example shows how to set up such a custom Ex
It creates spans for publish and subscribe events.
To disable Spring Integration instrumentation, set spring.sleuth.integration.enabled to false.
You can provide the spring.sleuth.integration.patterns pattern to explicitly provide the names of channels that you want to include for tracing.
By default, all channels but hystrixStreamOutput channel are included.
![]() | Important |
|---|---|
When using the |
We instrument the RabbitTemplate so that tracing headers get injected
+Decorating the Spring Integration Executor Channel with TraceableExecutorService causes the spans to be improperly closed.
If you want to customize the way tracing context is read from and written to message headers, +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 You can provide the
|
If you want to customize the way tracing context is read from and written to message headers, +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 |