From e01d7fc922686558924e29eb7ec38350c858df85 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 11 Oct 2012 16:12:45 -0400 Subject: [PATCH] INT-2764 added what's new for Redis/Mongo adapters --- src/reference/docbook/whats-new.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/reference/docbook/whats-new.xml b/src/reference/docbook/whats-new.xml index e5f4f5e289..91911c6f67 100644 --- a/src/reference/docbook/whats-new.xml +++ b/src/reference/docbook/whats-new.xml @@ -46,6 +46,26 @@ Support for Dead Letter Exchanges/Dead Letter Queues +
+ RedisStore Inbound and Outbound Channel Adapters + + Spring Integration now has RedisStore Inbound and Outbound Channel Adapters + allowing you to write and read Message payloads to/from Redis collection(s). + For more information please see + and + . + +
+
+ MongoDB Inbound and Outbound Channel Adapters + + Spring Integration now has MongoDB Inbound and Outbound Channel Adapters + allowing you to write and read Message payloads to/from a MongoDB document store. + For more information please see + and + . + +
JDBC Adapter - Stored Procedures Components SpEL Support