[ https://issues.apache.org/jira/browse/CLOUDSTACK-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Murali Reddy resolved CLOUDSTACK-1583. -------------------------------------- Resolution: Fixed This is just for test setup, i recommended to create a queue which is bind to 'cloudstack-events' exchange with *.*.*.*.* binding key. When there is subscriber for the events using event bus in the CloudStack, creation of queue which is bound to exchange is all automatically done. I assume for regions, decision was not to have any subscriber that consume the events and create the account in other region. So for testing sake it make sense to just to create a queue and see that events arive in the queue. > 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