You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/reference/asciidoc/ip.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -723,6 +723,8 @@ In this case, the connection factory must be of type `client` and must have `sin
723
723
Two additional attributes support this mechanism. `retry-interval` specifies (in milliseconds) how often the framework attempts to reconnect after a connection failure.
724
724
`scheduler` supplies a `TaskScheduler` to schedule the connection attempts and to test that the connection is still active.
725
725
726
+
If you don't provide a scheduler, the framework's default <<namespace-taskscheduler, taskScheduler>> bean is used.
727
+
726
728
For an outbound adapter, the connection is normally established when the first message is sent.
727
729
`client-mode="true"` on an outbound adapter causes the connection to be established when the adapter is started.
0 commit comments