Files
spring-integration-samples/basic/helloworld/README.md
2012-01-09 17:21:37 -05:00

8 lines
322 B
Markdown

Hello World Sample
==================
This is an obvious place to get started. It demonstrates a simple message flow represented by the diagram below:
Message -> Channel -> ServiceActivator -> QueueChannel
To run sample simply execute a test case in the **org.springframework.integration.samples.helloworld** package.