Alan Conway created QPID-4886:
---------------------------------

             Summary: 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: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to