Initial commit of test-config
[aai/test-config.git] / data-router / dynamic / routes / entity-event.route
1 <route xmlns="http://camel.apache.org/schema/spring" trace="true">
2   <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&amp;groupName=datarouter&amp;groupId=datarouter&amp;url=<TO_REPLACE>" />
3   <to uri="bean:entityEventPolicy?method=process"/>
4 </route>