From c503fad95e488cbf47e5e06c9b4cedf9010e1a22 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 3 Sep 2010 15:41:47 +0000 Subject: [PATCH] typos --- src/docbkx/message-publishing.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docbkx/message-publishing.xml b/src/docbkx/message-publishing.xml index ebacbcd0a0..513477fa5a 100644 --- a/src/docbkx/message-publishing.xml +++ b/src/docbkx/message-publishing.xml @@ -216,7 +216,7 @@ static class BankingOperationsImpl implements BankingOperations { - The second method is very siumilar to the first. Here every method that begings with 'repl' will rander a Message with teh following structure: + The second method is very similar to the first. Here every method that begins with 'repl' will render a Message with the following structure: The Message payload will be the same as in the above sample @@ -257,9 +257,9 @@ static class BankingOperationsImpl implements BankingOperations {
Producing and publishing messages based on schedule - In the above sections we looked at the Message publishing feature of Spring Intergarion which constructs and publishes messages as by-products of Method invocations. - However you are still respponsible to invoke the method. - With scheduling support added to Spring framework 3.0 we've added another useful feature to Spring Integrarion - support for scheduled Message producers/publishers. Scheduling could be based on several triggers. + In the above sections we looked at the Message publishing feature of Spring Integration which constructs and publishes messages as by-products of Method invocations. + However you are still responsible to invoke the method. + With scheduling support added to Spring Framework 3.0 we've added another useful feature to Spring Integration - support for scheduled Message producers/publishers. Scheduling could be based on several triggers. Currently we support cron, fixed-rate, fixed-delay as well as the custom triggers implemented by you.