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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user