From c730bc3491f8b684c5ae51e0bff54cf7577cc246 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 1 Sep 2014 21:14:13 +0200 Subject: [PATCH] server: Add event bus bean as commented xml in META-INF core This adds a spring bean xml to have EventBus for ACS, but the bean is commented so the event bus service won't start by default. I'm adding this for any developer who may want to hack on events and may use it just by uncommenting it and fixing options. Signed-off-by: Rohit Yadav --- .../core/spring-event-bus-context.xml | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 server/resources/META-INF/cloudstack/core/spring-event-bus-context.xml diff --git a/server/resources/META-INF/cloudstack/core/spring-event-bus-context.xml b/server/resources/META-INF/cloudstack/core/spring-event-bus-context.xml new file mode 100644 index 00000000000..3e1a8ed68a4 --- /dev/null +++ b/server/resources/META-INF/cloudstack/core/spring-event-bus-context.xml @@ -0,0 +1,38 @@ + +