Merge pull request #116 from chrisjs/BATCH-1958

BATCH-1958: Fix typo in samples apt index
This commit is contained in:
Michael Minella
2013-02-07 06:33:47 -08:00

View File

@@ -189,7 +189,7 @@ multiResource |x | | | | | | |x | | | |x |
* Amqp Job Sample ({AmqpJobFunctionalTests})
This sample shows the use of Spring Batch to write to an <<<AmqpItemWriter>>>.
The AmqpItemReader and Writer were contributed by Chris Schaeffer and
The AmqpItemReader and Writer were contributed by Chris Schaefer and
a blog entry can be found at {{http://blog.dtzq.com/2012/08/spring-batch-amqp-itemreader-itemwriter.html}}.
It is modeled after the JmsItemReader / Writer implementations, which
are popular models for remote chunking. It leverages the AmqpTemplate.