Added docs about rabbit; fixes gh-883

This commit is contained in:
Marcin Grzejszczak
2018-03-06 14:17:03 -05:00
parent d83c9d1c31
commit 1e33d6e76e

View File

@@ -1115,6 +1115,13 @@ By default, all channels are included.
IMPORTANT: When using the `Executor` to build a Spring Integration `IntegrationFlow`, you must use the untraced version of the `Executor`.
Decorating the Spring Integration Executor Channel with `TraceableExecutorService` causes the spans to be improperly closed.
==== Spring RabbitMq
We instrument the `RabbiTemplate` so that tracing headers get injected
into the message.
To block this feature, set `spring.sleuth.messaging.enabled` to `false`.
=== Zuul
We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information.