Mounting logback.xml file to champ MS
[oom.git] / kubernetes / aai / charts / aai-data-router / resources / 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=http://message-router.{{.Release.Namespace}}:3904"/>
3   <to uri="bean:entityEventPolicy?method=process"/>
4 </route>