From 100f7749cefbc4eab0851e337914e3a0fff55a8c Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Mon, 15 Jan 2018 11:18:26 -0500 Subject: [PATCH] Doc Fix Fixes #123 --- .../src/main/asciidoc/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc b/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc index a503493f4..38e338a5a 100644 --- a/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc +++ b/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc @@ -337,7 +337,7 @@ declareExchange:: Whether to declare the exchange for the destination. + Default: `true`. -delay:: +delayExpression:: A SpEL expression to evaluate the delay to apply to the message (`x-delay` header) - has no effect if the exchange is not a delayed message exchange. + Default: No `x-delay` header is set.