Added JMS support

fixes gh-695
This commit is contained in:
Marcin Grzejszczak
2018-09-07 14:11:58 +02:00
parent df4a58d228
commit 9b1665c2df
9 changed files with 773 additions and 17 deletions

View File

@@ -1275,6 +1275,13 @@ To block this feature, set `spring.sleuth.messaging.kafka.enabled` to `false`.
NOTE: We do not support context propagation via `@KafkaListener` annotation.
Check https://github.com/spring-cloud/spring-cloud-sleuth/issues/1001[this issue for more information].
==== Spring JMS
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`.
=== Zuul
We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information.