From 5b5a42a6a6b89fbf58ed40d3d49bebd08a92f2fd Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Wed, 6 Feb 2013 14:57:14 -0600 Subject: [PATCH] BATCH-1934: Fixed links within sample's index --- spring-batch-samples/src/site/apt/index.apt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-batch-samples/src/site/apt/index.apt b/spring-batch-samples/src/site/apt/index.apt index 5f1d323fe..daf979fd4 100644 --- a/spring-batch-samples/src/site/apt/index.apt +++ b/spring-batch-samples/src/site/apt/index.apt @@ -186,11 +186,11 @@ multiResource |x | | | | | | |x | | | |x | one place, since it contains a static constant value (<<>>) which is used to configure the query for the writer. -* Amqp Job Sample ({AmqpJobFunctionalTest}) +* Amqp Job Sample ({AmqpJobFunctionalTests}) This sample shows the use of Spring Batch to write to an <<>>. The AmqpItemReader and Writer were contributed by Chris Schaeffer and - a blog entry can be found at http://blog.dtzq.com/2012/08/spring-batch-amqp-itemreader-itemwriter.html. + 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.