Apache Camel for Servicemix Mediation Router
Apache Camel preferred to use as EIP and mediation router for Apache Servicemix 4.
To make bundle of camel context as EIP as well as mediation router, by:
Configuring camel-context.xml
We can use Java DSL or Spring XML-based syntax for specifying routes and will probably support things like a Groovy DSL in the future as well. If you [...]
Starting Project with Apache Servicemix
Creating the projects
We are going to create 3 Maven projects:
a servicemix-camel SU project
a servicemix SA project
a parent project to hold the previous two
Create the parent project
Start by creating a new directory to hold your project. Add a pom.xml file to it:
<?xml version=”1.0″ encoding=”utf-8″?>
<project xmlns=”http://maven.apache.org/POM/4.0.0″
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
[...]