You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <qp...@incubator.apache.org> on 2007/10/30 21:11:50 UTC

[jira] Created: (QPID-667) Management Agent patch for C++ broker

Management Agent patch for C++ broker
-------------------------------------

                 Key: QPID-667
                 URL: https://issues.apache.org/jira/browse/QPID-667
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
            Reporter: Ted Ross
            Priority: Minor
         Attachments: qpid-patch3.diff

Patch summary:
- Fixed deletion of management objects for queues in QueueRegistry.  There was a path (destroyIf) that was not removing the management objects from the agent.
- Removed tab characters from Queue.h and Queue.cpp
- Fixed a bug in the management agent related to object deletion.  The code was improperly removing entries from a std::list container while the list was being iterated over.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-667) Management Agent patch for C++ broker

Posted by "Carl Trieloff (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538960 ] 

Carl Trieloff commented on QPID-667:
------------------------------------


patch applied

> Management Agent patch for C++ broker
> -------------------------------------
>
>                 Key: QPID-667
>                 URL: https://issues.apache.org/jira/browse/QPID-667
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: qpid-patch3.diff
>
>
> Patch summary:
> - Fixed deletion of management objects for queues in QueueRegistry.  There was a path (destroyIf) that was not removing the management objects from the agent.
> - Removed tab characters from Queue.h and Queue.cpp
> - Fixed a bug in the management agent related to object deletion.  The code was improperly removing entries from a std::list container while the list was being iterated over.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-667) Management Agent patch for C++ broker

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross updated QPID-667:
--------------------------

    Attachment: qpid-patch3.diff

Patch file

> Management Agent patch for C++ broker
> -------------------------------------
>
>                 Key: QPID-667
>                 URL: https://issues.apache.org/jira/browse/QPID-667
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: qpid-patch3.diff
>
>
> Patch summary:
> - Fixed deletion of management objects for queues in QueueRegistry.  There was a path (destroyIf) that was not removing the management objects from the agent.
> - Removed tab characters from Queue.h and Queue.cpp
> - Fixed a bug in the management agent related to object deletion.  The code was improperly removing entries from a std::list container while the list was being iterated over.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (QPID-667) Management Agent patch for C++ broker

Posted by "Carl Trieloff (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Trieloff closed QPID-667.
------------------------------

    Resolution: Fixed


applied

> Management Agent patch for C++ broker
> -------------------------------------
>
>                 Key: QPID-667
>                 URL: https://issues.apache.org/jira/browse/QPID-667
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: qpid-patch3.diff
>
>
> Patch summary:
> - Fixed deletion of management objects for queues in QueueRegistry.  There was a path (destroyIf) that was not removing the management objects from the agent.
> - Removed tab characters from Queue.h and Queue.cpp
> - Fixed a bug in the management agent related to object deletion.  The code was improperly removing entries from a std::list container while the list was being iterated over.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.