INT-2425 - Poller: Document the Ability to Change Polling Rate at Runtime For reference see: * https://jira.springsource.org/browse/INT-2430 * https://jira.springsource.org/browse/INT-2425 INT-2430 - Code Review - Minor spelling error fix in src/reference/docbook/endpoint.xml INT-2430 - Code Review - Doc updates * Add more documentation around the dynamic poller sample * Standardize Endpoint chapter so that for emphasis of properties the <emphasis/> docbook element is used rather than quotes. Polishing
13 lines
444 B
XML
13 lines
444 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="messaging-channels-section"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Messaging Channels</title>
|
|
|
|
<xi:include href="./channel.xml"/>
|
|
<xi:include href="./polling-consumer.xml"/>
|
|
<xi:include href="./channel-adapter.xml"/>
|
|
<xi:include href="./bridge.xml"/>
|
|
|
|
</chapter>
|