diff options
Diffstat (limited to 'data-router/dynamic/routes/entity-event.route')
-rwxr-xr-x | data-router/dynamic/routes/entity-event.route | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data-router/dynamic/routes/entity-event.route b/data-router/dynamic/routes/entity-event.route new file mode 100755 index 0000000..7ecff79 --- /dev/null +++ b/data-router/dynamic/routes/entity-event.route @@ -0,0 +1,4 @@ +<route xmlns="http://camel.apache.org/schema/spring" trace="true"> + <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url=<TO_REPLACE>" /> + <to uri="bean:entityEventPolicy?method=process"/> +</route>
\ No newline at end of file |