Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 392 Bytes

camel-removeheaders-example

Unit test that demonstrates the removeHeaders option for both Java DSL and Spring DSL

Build the example using:

mvn clean install

To run the Java DSL test you can use the following command:

mvn -Dtest=RemoveHeadersJavaTest test

To run the Spring DSL test you can use the following command:

mvn -Dtest=RemoveHeadersSpringTest test