blob: 81e1cf98773b26fec6cd87837ccabc83c3cd40ba (
plain)
1
2
3
4
|
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
<from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url=http://dmaap.onap-message-router:3904"/>
<to uri="bean:entityEventPolicy?method=process"/>
</route>
|