diff --git a/spring-integration-reference/src/endpoint.xml b/spring-integration-reference/src/endpoint.xml index 54aa8fcba9..036047bbaa 100644 --- a/spring-integration-reference/src/endpoint.xml +++ b/spring-integration-reference/src/endpoint.xml @@ -216,9 +216,9 @@ consumer.setTransactionManager(txManager); queue-capacity="20" keep-alive-seconds="120"/>]]> If no 'task-executor' is provided, the consumer's handler will be invoked in the caller's thread. Note that the - "caller" is usually the MessageBus' task scheduler. Also, keep in mind that the 'task-executor' attribute can + "caller" is usually the default TaskScheduler (see ). Also, keep in mind that the 'task-executor' attribute can provide a reference to any implementation of Spring's TaskExecutor interface by - specifying the bean name. The thread pool elements is simply provided for convenience. + specifying the bean name. The thread pool element is simply provided for convenience. \ No newline at end of file