Sangeetha Hariharan created CLOUDSTACK-1583: -----------------------------------------------
Summary: AWS Regions - RabbitMQ Server did not recieve any event notification during account creation. Key: CLOUDSTACK-1583 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1583 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: Management Server Affects Versions: 4.1.0 Environment: Latest build from 4.1.0 Reporter: Sangeetha Hariharan Assignee: Murali Reddy Priority: Critical Fix For: 4.1.0 Set up: Have a RabbitMQ server set up. Enable rabbitmq_management plugin C:\Program Files\RabbitMQ Server\rabbitmq_server-3.0.3\sbin>rabbitmq-plugins enable rabbitmq_management Restart RabbitMQ service. 2 regions with account/domain/users synced up between them. Added the following in /usr/share/cloudstack-management/webapps/client/WEB-INF/classes/componentContext.xml <bean id="eventNotificationBus" class="org.apache.cloudstack.mom.rabbitmq.RabbitMQEventBus"> <property name="name" value="eventNotificationBus"/> <property name="server" value="10.210.224.156"/> <property name="port" value="15672"/> <property name="username" value="guest"/> <property name="password" value="guest"/> <property name="exchange" value="cloudstack-events"/> </bean> Restart management server. Create an account. We expect account creation , to generate an event to RabbitMQ serer. This does not happen. I dont see a "cloudstack-event" exchange being created in the RabbitMQ server's admin GUI. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira