INT-1552 error-channel doc polishing

This commit is contained in:
Gary Russell
2010-11-19 11:39:28 -05:00
parent 17d280615d
commit abffa7378a
3 changed files with 9 additions and 7 deletions

View File

@@ -158,9 +158,10 @@
</para>
<para>
Finally, the &lt;imap-idle-channel-adapter/&gt; also accepts the 'error-channel' attribute.
If a synchronous downstream exception is thrown and an 'error-channel' is specified,
the MessagingException containing the failed message and exception, will be sent to this channel.
Otherwise, any such exception will simply be logged as a warning by the channel adapter.
If a downstream exception is thrown and an 'error-channel' is specified,
a MessagingException message containing the failed message and exception, will be sent to this channel.
Otherwise, if the downstream channels are synchronous, any such exception will simply be logged as a
warning by the channel adapter.
</para>
</section>