diff --git a/src/reference/asciidoc/channel.adoc b/src/reference/asciidoc/channel.adoc index a025eb3066..fb67d46ad1 100644 --- a/src/reference/asciidoc/channel.adoc +++ b/src/reference/asciidoc/channel.adoc @@ -477,7 +477,7 @@ For more details on `MessageGroupStore` and `MessageStore` see <> When a `QueueChannel` receives a Message, it will add it to the Message Store, and when a Message is polled from a `QueueChannel`, it is removed from the Message Store. By default, a `QueueChannel` stores its Messages in an in-memory Queue and can therefore lead to the lost message scenario mentioned above. -However Spring Integration provides persistent stores, such as the `JdbcMessageStore`. +However Spring Integration provides persistent stores, such as the `JdbcChannelMessageStore`. You can configure a Message Store for any `QueueChannel` by adding the `message-store` attribute as shown in the next example.