Files
spring-integration-samples/basic/helloworld
Gary Russell 2b144d12d3 Merge pull request #30 from ghillert/INTSAMPLES-42
INTSAMPLES-42 - Convert all ReadMe files to MarkDown
2012-01-18 07:57:28 -08:00
..
2010-11-18 11:12:35 -05:00

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.