Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 730 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 730 Bytes

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>