INT-4011: Fix jdbc.adoc for wrong m-s attr

JIRA: https://jira.spring.io/browse/INT-4011

* The `jdbc.adoc` has an incorrect reference in a snippet code about
*Priority Channel*. The correct attribute value must be `channelStore`
This commit is contained in:
Manuel Jordan
2016-04-27 10:05:05 -05:00
parent 6a9a42562c
commit 98a7b679ec

View File

@@ -446,7 +446,7 @@ To configure that scenario, simply extend one message store bean from the other:
</bean>
<int:channel id="queueChannel">
<int:queue message-store="store"/>
<int:queue message-store="channelStore"/>
</int:channel>
<bean id="priorityStore" parent="channelStore">