You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Murali Reddy (JIRA)" <ji...@apache.org> on 2013/03/12 13:53:12 UTC

[jira] [Resolved] (CLOUDSTACK-1583) AWS Regions - RabbitMQ Server did not recieve any event notification during account creation.

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Murali Reddy resolved CLOUDSTACK-1583.
--------------------------------------

    Resolution: Not A Problem

If you are using non OSS build, please add the configuration into nonossComponentContext.xml. Its working fine for me. 

May be in the documentation i will add that either nonossComponentContext.xml or ComponentContext.xml needs to be updated depending on the build.
                
> 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: Blocker
>             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