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.