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 - -