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/12/10 15:58:43 UTC

[jira] Created: (QPID-698) Management CLI for C++ broker

Management CLI for C++ broker
-----------------------------

                 Key: QPID-698
                 URL: https://issues.apache.org/jira/browse/QPID-698
             Project: Qpid
          Issue Type: New Feature
          Components: C++ Broker, Python Client
            Reporter: Ted Ross
            Priority: Minor


This patch contains a management CLI for the C++ broker implemented in Python.

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


[jira] Closed: (QPID-698) Management CLI for C++ broker

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

Ted Ross closed QPID-698.
-------------------------


> Management CLI for C++ broker
> -----------------------------
>
>                 Key: QPID-698
>                 URL: https://issues.apache.org/jira/browse/QPID-698
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Broker, Python Client
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: qpid-patch12.diff
>
>
> This patch contains a management CLI for the C++ broker implemented in Python.

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


[jira] Updated: (QPID-698) Management CLI for C++ broker

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

Ted Ross updated QPID-698:
--------------------------

    Attachment: qpid-patch12.diff

This patch creates a new subdirectory in python called "mgmt-cli".
python/mgmt-cli/main.py can be executed from the shell.  If no arguments are supplied, it attempts to connect to the broker at localhost:5672.  The first argument is the hostname for the target broker and the second (optional) argument is the TCP port (defaults to 5672).
It is assumed that the AMQP spec file is in the following location:
        /usr/share/amqp/amqp.0-10-preview.xml
It is also required that the qpid/python directory be in the PYTHONPATH environment variable.


> Management CLI for C++ broker
> -----------------------------
>
>                 Key: QPID-698
>                 URL: https://issues.apache.org/jira/browse/QPID-698
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Broker, Python Client
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: qpid-patch12.diff
>
>
> This patch contains a management CLI for the C++ broker implemented in Python.

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


[jira] Resolved: (QPID-698) Management CLI for C++ broker

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

Alan Conway resolved QPID-698.
------------------------------

    Resolution: Fixed

Applied patch revision 603034

> Management CLI for C++ broker
> -----------------------------
>
>                 Key: QPID-698
>                 URL: https://issues.apache.org/jira/browse/QPID-698
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Broker, Python Client
>            Reporter: Ted Ross
>            Priority: Minor
>         Attachments: qpid-patch12.diff
>
>
> This patch contains a management CLI for the C++ broker implemented in Python.

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