From 9e6e60e6a701d613e361e1043fa5b10cf833d8fb Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 23 Nov 2018 16:18:21 -0500 Subject: [PATCH] TCP Doc Polishing --- src/reference/asciidoc/ip.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/reference/asciidoc/ip.adoc b/src/reference/asciidoc/ip.adoc index 8da764257b5..d4c985409c3 100644 --- a/src/reference/asciidoc/ip.adoc +++ b/src/reference/asciidoc/ip.adoc @@ -723,6 +723,8 @@ In this case, the connection factory must be of type `client` and must have `sin Two additional attributes support this mechanism. `retry-interval` specifies (in milliseconds) how often the framework attempts to reconnect after a connection failure. `scheduler` supplies a `TaskScheduler` to schedule the connection attempts and to test that the connection is still active. +If you don't provide a scheduler, the framework's default <> bean is used. + For an outbound adapter, the connection is normally established when the first message is sent. `client-mode="true"` on an outbound adapter causes the connection to be established when the adapter is started. By default, adapters are automatically started.