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