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

Alan Conway resolved QPID-4886.
-------------------------------

    Resolution: Fixed

------------------------------------------------------------------------
r1487579 | aconway | 2013-05-29 14:03:59 -0400 (Wed, 29 May 2013) | 5 lines

QPID-4886: Pass non-const reference to Message in QueueObserver functions.

Instead of modifying QueueObserver, a new class MessageInterceptor was
introduced to allow messages to be modified.

------------------------------------------------------------------------

                
> Pass non-const reference to Message in QueueObserver functions.
> ---------------------------------------------------------------
>
>                 Key: QPID-4886
>                 URL: https://issues.apache.org/jira/browse/QPID-4886
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>    Affects Versions: 0.23
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: 0.23
>
>
> The HA plugin needs to modify a message in QueueObserver::enqueued to attach 
> a HA ID to it. Other plugins may need to similarly annotate messages at 
> QueueObserver call points.
> Need to remove the "const" qualifier for Message arguments to QueueObserver 
> methods to enable this.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to