INTSAMPLES-19 Add Filter Discard Example

This commit is contained in:
Gary Russell
2011-02-02 14:47:07 -05:00
parent c5233cbd9f
commit a60c7a541f
4 changed files with 76 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ A series of test cases that show techniques to test Spring Integration applicati
Examples
========
...spelchain.SpelChainTests.java
...chain.SpelChainTests.java
This test case shows how to test a fragment of a larger integration flow.
In this example, we have a simple chain containing a header enricher and
@@ -53,6 +53,9 @@ application can be tested with local versions.
This test case shows both unit testing a custom router class as well
as testing it within a Spring Integration flow fragment.
A second filter is defined, that uses a discard channel for filtered
messages.
...filter.PetFilterTests.java