INT-660 mentions default TaskScheduler (and provides link) instead of MessageBus

This commit is contained in:
Mark Fisher
2009-05-26 14:59:45 +00:00
parent 889d4d3b47
commit d01a324d61

View File

@@ -216,9 +216,9 @@ consumer.setTransactionManager(txManager);</programlisting>
queue-capacity="20"
keep-alive-seconds="120"/>]]></programlisting>
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 <interfacename>TaskScheduler</interfacename> (see <xref linkend="namespace-taskscheduler"/>). Also, keep in mind that the 'task-executor' attribute can
provide a reference to any implementation of Spring's <interfacename>TaskExecutor</interfacename> 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.
</para>
</section>
</chapter>