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/26 23:35:50 UTC

[jira] Created: (QPID-666) Patch implementing Python Management API

Patch implementing Python Management API
----------------------------------------

                 Key: QPID-666
                 URL: https://issues.apache.org/jira/browse/QPID-666
             Project: Qpid
          Issue Type: New Feature
          Components: Python Client
            Reporter: Ted Ross
            Priority: Minor
         Attachments: python.diff

The attached patch implements an API that can be used to remotely access the management agent on a broker.

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


[jira] Closed: (QPID-666) Patch implementing Python Management API

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

Rafael H. Schloming closed QPID-666.
------------------------------------

    Resolution: Fixed

Applied the updated patch.

> Patch implementing Python Management API
> ----------------------------------------
>
>                 Key: QPID-666
>                 URL: https://issues.apache.org/jira/browse/QPID-666
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Python Client
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: python.diff, python2.diff
>
>
> The attached patch implements an API that can be used to remotely access the management agent on a broker.

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


[jira] Updated: (QPID-666) Patch implementing Python Management API

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

Ted Ross updated QPID-666:
--------------------------

    Attachment: python.diff

> Patch implementing Python Management API
> ----------------------------------------
>
>                 Key: QPID-666
>                 URL: https://issues.apache.org/jira/browse/QPID-666
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Python Client
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: python.diff
>
>
> The attached patch implements an API that can be used to remotely access the management agent on a broker.

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


[jira] Commented: (QPID-666) Patch implementing Python Management API

Posted by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538549 ] 

Rafael H. Schloming commented on QPID-666:
------------------------------------------

Hey Ted, just took a quick look at the diff. So far two comments:

  1. The Buffer class looks like it should probably be replaced with the Codec class found in qpid/codec.py.
  2. The type codes and schema parsing could probably make better use of the spec type system and metadata.

Unless I'm missing something I think (1) would make sense to do now. For (2) it would probably be better to wait until we update to the version of the spec that uses the final type names and codes.

> Patch implementing Python Management API
> ----------------------------------------
>
>                 Key: QPID-666
>                 URL: https://issues.apache.org/jira/browse/QPID-666
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Python Client
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: python.diff
>
>
> The attached patch implements an API that can be used to remotely access the management agent on a broker.

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


[jira] Updated: (QPID-666) Patch implementing Python Management API

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

Ted Ross updated QPID-666:
--------------------------

    Attachment: python2.diff

Updated according to rhs comments

> Patch implementing Python Management API
> ----------------------------------------
>
>                 Key: QPID-666
>                 URL: https://issues.apache.org/jira/browse/QPID-666
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Python Client
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: python.diff, python2.diff
>
>
> The attached patch implements an API that can be used to remotely access the management agent on a broker.

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