From 5695d43ca0745ab670a1464a1c49f5f68835d939 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Sat, 20 Jan 2018 13:21:56 -0500 Subject: [PATCH] Fix PDF Overflows --- src/reference/asciidoc/message.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/reference/asciidoc/message.adoc b/src/reference/asciidoc/message.adoc index 59b813d098..511083b82e 100644 --- a/src/reference/asciidoc/message.adoc +++ b/src/reference/asciidoc/message.adoc @@ -251,7 +251,8 @@ An example is the `Session` associated with a streamed file transfer using FTP, DELIVERY_ATTEMPT -| java.lang.AtomicInteger +| java.lang. +AtomicInteger | If a message-driven channel adapter supports the configuration of a `RetryTemplate` this header contains the current delivery attempt. @@ -260,8 +261,9 @@ An example is the `Session` associated with a streamed file transfer using FTP, ACKNOWLEDGMENT_CALLBACK -| org.springframework.integration. - support.AcknowledgmentCallback +| o.s.i.support. +Acknowledgment +Callback | If a message source supports it, a call back to accept, reject, or requeue a message - see <>.