From fe68598395c1f275de5536c0b67a3c49842817c6 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 24 Nov 2008 22:14:41 +0000 Subject: [PATCH] Added the default poller element --- spring-integration-reference/src/samples.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/spring-integration-reference/src/samples.xml b/spring-integration-reference/src/samples.xml index 94af06abbc..6a5a3a3fe5 100644 --- a/spring-integration-reference/src/samples.xml +++ b/spring-integration-reference/src/samples.xml @@ -79,6 +79,10 @@ + + + + ]]> As you can see, each Message Endpoint is connected to input and/or output channels. Each endpoint will manage its own Lifecycle (by default endpoints start automatically upon initialization - to prevent that add the @@ -225,11 +229,9 @@ In addition to experimenting with the poller's concurrency settings, you can also add the 'transactional' sub-element. If you want to explore the sample in more detail, the source JAR is available in the "src" - directory: 'org.springframework.integration.samples-sources-1.0.0.RC2.jar'. + directory: 'org.springframework.integration.samples-sources-1.0.0.jar'. - -
The xml messaging sample