From 2825ff05faf61903ef7e79d52807cd515d4129e8 Mon Sep 17 00:00:00 2001
From: buildmaster 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.