Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chipchilders/6023055 to your computer and use it in GitHub Desktop.
Save chipchilders/6023055 to your computer and use it in GitHub Desktop.
diff --git a/client/tomcatconf/simulatorComponentContext.xml.in b/client/tomcatconf/simulatorComponentContext.xml.in
index 7225e84..9c02efa 100644
--- a/client/tomcatconf/simulatorComponentContext.xml.in
+++ b/client/tomcatconf/simulatorComponentContext.xml.in
@@ -251,4 +251,14 @@
<property name="name" value="ExplicitDedicationProcessor"/>
<property name="type" value="ExplicitDedication"/>
</bean>
+
+<bean id="eventNotificationBus" class="org.apache.cloudstack.mom.rabbitmq.RabbitMQEventBus">
+ <property name="name" value="eventNotificationBus"/>
+ <property name="server" value="localhost"/>
+ <property name="port" value="5672"/>
+ <property name="username" value="guest"/>
+ <property name="password" value="guest"/>
+ <property name="exchange" value="cloudstack-events"/>
+</bean>
+
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment