#INT-1967 Standardize namespace pre-fixes in documentation
This commit is contained in:
@@ -406,7 +406,7 @@ public Message<?> receive(final PollableChannel<?> channel) { ... }]]></programl
|
||||
for more detail). To disable one or both of these, add a <dispatcher/> sub-element and
|
||||
configure the attributes:
|
||||
<programlisting language="xml"><![CDATA[<int:channel id="failFastChannel">
|
||||
<dispatcher failover="false"/>
|
||||
<int:dispatcher failover="false"/>
|
||||
</channel>
|
||||
|
||||
<int:channel id="channelWithFixedOrderSequenceFailover">
|
||||
|
||||
@@ -163,8 +163,8 @@
|
||||
<int:mapping exception-type="java.lang.NullPointerException" channel="npeChannel"/>
|
||||
</int:exception-type-router>
|
||||
|
||||
<channel id="illegalChannel" />
|
||||
<channel id="npeChannel" />]]></programlisting>
|
||||
<int:channel id="illegalChannel" />
|
||||
<int:channel id="npeChannel" />]]></programlisting>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user