[
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.