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

Murali Reddy resolved CLOUDSTACK-3233.
--------------------------------------

    Resolution: Fixed
      Assignee: Murali Reddy

Its already fixed with commit.

commit 70f33efa7250d1ac8022f4390cddcbcb62ba92f8
Author: Ryan Dietrich <r...@betterservers.com>
Date:   Fri Jul 5 17:43:34 2013 +0530

    CLOUDSTACK-3190: Async jobs actions now trigger event bus messages to be
    published
    
    -AsyncJobManagerImpl to publish async job events when async jobs are
    created, updated and completed
                
> EventBus: publish messages related to async job submit/complete/update on to 
> event bus
> --------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3233
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3233
>             Project: CloudStack
>          Issue Type: Improvement
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Management Server
>    Affects Versions: 4.1.0
>            Reporter: Murali Reddy
>            Assignee: Murali Reddy
>             Fix For: 4.2.0
>
>
> EventBus: publish messages related to async job submit/complete/update on to 
> event bus
> Fix would need to do the following:
> 1. introduce a new type of EventCategory that represents life cycle events of 
> async-job
> 2. in AsyncJobManager
>   - on submitAsyncJob publish  async job start message on the event bus
>   - on completeAsyncJob publish async job complete message on the event bus
>   - on updateAsyncJobStatus publish async job status update message
> 3. AsyncJobVO, has the relavent details to get the entity type 
> (instance_type) for which the job is being executed and UUID of the entity 
> (instance_id) use this details to form the routing key  and event message 

--
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

Reply via email to