From 022458b3cabf4d26c3519faebb9ebdf16e3b33a3 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 24 Sep 2012 05:30:14 -0400 Subject: [PATCH] INTSAMPLES-90 readme --- basic/mongodb/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/basic/mongodb/README.md b/basic/mongodb/README.md index 7c13e152..f4536946 100644 --- a/basic/mongodb/README.md +++ b/basic/mongodb/README.md @@ -80,7 +80,3 @@ However, if you know that your query can only return a single result you can avo Also, you may wish to do some post-processing to the successfully processed data that was read from the MongoDb. For example; you may want to move or remove a document after its been processed. You can do this using Transaction Synchronization feature that was added with Spring Integration 2.2 and which will be discussed in the next blog in this series expected in a few days (from Gary Russell). However the impatient once can get more details now by reading MongoDb Inbound Channel Adapter section of the reference manual http://static.springsource.org/spring-integration/docs/2.2.0.RC1/reference/htmlsingle/#mongodb-inbound-channel-adapter - -

Conclusion

- -Spring Integration 2.2.RC1 is out and in the next few weeks we'll be talking about some of the new features available in this release. Give it a spin and let us know what you think by commenting in this blog or via the usual Spring Integration Forums \ No newline at end of file