From 0e1201e86b2cfbc3fc0dbb009e5c4d2dfe124c13 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 14 Nov 2008 01:36:41 +0000 Subject: [PATCH] Replaced the 'message-bus' thread name reference with 'task-scheduler' --- spring-integration-reference/src/samples.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-reference/src/samples.xml b/spring-integration-reference/src/samples.xml index 7505ee0417..cd3239d68d 100644 --- a/spring-integration-reference/src/samples.xml +++ b/spring-integration-reference/src/samples.xml @@ -219,7 +219,7 @@ Also, notice that the worker thread name is displayed with each invocation. You will see that the hot drinks are prepared by the task-executor threads. If you provide a much shorter poller interval (such as 100 milliseconds), - then you will notice that occasionally it throttles the input by forcing the message-bus (the caller) to invoke + then you will notice that occasionally it throttles the input by forcing the task-scheduler (the caller) to invoke the operation.