On this page, we will just give a summary of what you learned as well as an overview of other useful Camel features
Summary
In this tutorial, you learned:
- how to use the
servicemix-camel-service-unit
Maven archetype to generate a new Camel SU - how to specify basic routing using Camel's Java DSL
- how to integrate with existing JBI service endpoints
- how to leverage the additional Camel components available
Before we finish...
What else is possible with Apache Camel inside ServiceMix?
- Camel can be used as an alternative to
servicemix-eip
when implementing EIPs:- Replacing tutorial-eip-su with tutorial-camel-su shows you how to replace the
servicemix-eip
wire tap. - This blog entry gives you a very easy to use alternative to the existing XPath splitter
- Replacing tutorial-eip-su with tutorial-camel-su shows you how to replace the
- Testing made easy