{scrollbar}

On this page, we will just give INLINE

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:
  • Testing made easy
    • While you can easilystart a ServiceMix instance inside your integration tests (have a look here ) but ...
    • ... Camel also has special mock: endpoints to allow for easier testing of mediation rules.



{scrollbar}
  • No labels