INT-2764 added what's new for Redis/Mongo adapters

This commit is contained in:
Oleg Zhurakousky
2012-10-11 16:12:45 -04:00
committed by Mark Fisher
parent cc301226ce
commit e01d7fc922

View File

@@ -46,6 +46,26 @@
<listitem>Support for Dead Letter Exchanges/Dead Letter Queues</listitem>
</itemizedlist>
</section>
<section id="2.2-redis-store-adapters">
<title>RedisStore Inbound and Outbound Channel Adapters</title>
<para>
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
<xref linkend="redis-store-outbound-channel-adapter"/> and
<xref linkend="redis-store-inbound-channel-adapter"/>.
</para>
</section>
<section id="2.2-mongo-adapters">
<title>MongoDB Inbound and Outbound Channel Adapters</title>
<para>
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
<xref linkend="mongodb-outbound-channel-adapter"/> and
<xref linkend="mongodb-inbound-channel-adapter"/>.
</para>
</section>
<section id="2.2-jdbc-11">
<title>JDBC Adapter - Stored Procedures Components</title>
<para><emphasis>SpEL Support</emphasis></para>