From 87fccc1a709ccadb26bd35d8727f59fb52799e6a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 31 Mar 2011 12:06:46 +0100 Subject: [PATCH] Explicit mention of transaction config with JdbcMessageStore --- docs/src/reference/docbook/channel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/channel.xml b/docs/src/reference/docbook/channel.xml index 7dfdedfffe..ea663ef5c6 100644 --- a/docs/src/reference/docbook/channel.xml +++ b/docs/src/reference/docbook/channel.xml @@ -469,7 +469,7 @@ public Message receive(final PollableChannel channel) { ... }]]>org.springframework.integration.jdbc package of that module (spring-integration-jdbc). - One thing to remember is that with any transactional persistent store (e.g., JdbcMessageStore), + One important feature is that with any transactional persistent store (e.g., JdbcMessageStore), as long as the poller has a transaction configured, a Message removed from the store will only be permanently removed if the transaction completes successfully, otherwise the transaction will roll back and the Message will not be lost.