INT-1455, modified documentation to reflect changes to the poller configuration, added section on advice-chains configuration for pollers

This commit is contained in:
Oleg Zhurakousky
2010-09-15 21:08:38 -04:00
parent d9671c6cf1
commit 7d2d8c28a3
11 changed files with 62 additions and 75 deletions

View File

@@ -37,9 +37,7 @@
<interfacename>PollableChannel</interfacename> to a <interfacename>SubscribableChannel</interfacename>, and when
performing this role, the Messaging Bridge may also serve as a throttler:
<programlisting language="xml"><![CDATA[ <bridge input-channel="pollable" output-channel="subscribable">
<poller max-messages-per-poll="10">
<interval-trigger interval="5" time-unit="SECONDS"/>
</poller>
<poller max-messages-per-poll="10" fixed-rate="5000"/>
</bridge>]]></programlisting>
</para>
<para>