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/24 23:34:51 UTC

[jira] Created: (QPID-660) Patch with management-agent updates

Patch with management-agent updates
-----------------------------------

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


Patch Summary:

New exchange for management (ManagementExchange.[h|cpp])
    - Derived from TopicExchange
    - Notifies the ManagementAgent when new clients successfully bind to the exchange
    - Intercepts and redirects command messages based on a routing-key prefix

Removed numerous tab characters that were included in the first patch

Updated the management message protocol:
    - Formalized the notion of index/primary key in the schema message
    - Added timestamps to data records

Added management hooks in Queue for consumer count

Fixed the handling of deleted objects.  The associated management object is marked for deletion but is not removed from the list until the management agent has the chance to issue an update.


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


[jira] Closed: (QPID-660) Patch with management-agent updates

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

Carl Trieloff closed QPID-660.
------------------------------

    Resolution: Fixed

patch applied

> Patch with management-agent updates
> -----------------------------------
>
>                 Key: QPID-660
>                 URL: https://issues.apache.org/jira/browse/QPID-660
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: qpid-patch2.diff
>
>
> Patch Summary:
> New exchange for management (ManagementExchange.[h|cpp])
>     - Derived from TopicExchange
>     - Notifies the ManagementAgent when new clients successfully bind to the exchange
>     - Intercepts and redirects command messages based on a routing-key prefix
> Removed numerous tab characters that were included in the first patch
> Updated the management message protocol:
>     - Formalized the notion of index/primary key in the schema message
>     - Added timestamps to data records
> Added management hooks in Queue for consumer count
> Fixed the handling of deleted objects.  The associated management object is marked for deletion but is not removed from the list until the management agent has the chance to issue an update.

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


[jira] Updated: (QPID-660) Patch with management-agent updates

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

Ted Ross updated QPID-660:
--------------------------

    Attachment: qpid-patch2.diff

Patch file

> Patch with management-agent updates
> -----------------------------------
>
>                 Key: QPID-660
>                 URL: https://issues.apache.org/jira/browse/QPID-660
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: qpid-patch2.diff
>
>
> Patch Summary:
> New exchange for management (ManagementExchange.[h|cpp])
>     - Derived from TopicExchange
>     - Notifies the ManagementAgent when new clients successfully bind to the exchange
>     - Intercepts and redirects command messages based on a routing-key prefix
> Removed numerous tab characters that were included in the first patch
> Updated the management message protocol:
>     - Formalized the notion of index/primary key in the schema message
>     - Added timestamps to data records
> Added management hooks in Queue for consumer count
> Fixed the handling of deleted objects.  The associated management object is marked for deletion but is not removed from the list until the management agent has the chance to issue an update.

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