/camel-atlasmap

Camel component for AtlasMap

Primary LanguageJavaApache License 2.0Apache-2.0

camel-atlasmap

Camel Component for AtlasMap

Example usage:

<camelContext xmlns="http://camel.apache.org/schema/spring">
	<route>
		<from uri="direct:start" />
		<to uri="atlas:atlasmapping.xml" />
		<to uri="mock:result" />
	</route>
</camelContext>