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 […]
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” xsi:schemaLocation=”http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd”> […]