| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made qpid-xxx management scripts callable as python functions. | Jonathan Robie | 2010-12-17 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | Examples (from cli_tests.py): def qpid_config_api(self, arg = ""): script = import_script(checkenv("QPID_CONFIG_EXEC")) broker = ["-a", "localhost:"+str(self.broker.port)] return script.main(broker + arg.split()) def qpid_route_api(self, arg = ""): script = import_script(checkenv("QPID_ROUTE_EXEC")) return script.main(arg.split()) Useful primarily for qpid-config, qpid-route, and qpid-cluster. Probably not useful for qpid-stat, qpid-printevents, qpid-queue-stats, which just create screen output. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1050425 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Fix qpid-cluster-store tool for recent changes to UUID (see r995770) | Gordon Sim | 2010-09-22 | 1 | -3/+3 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@999841 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Remove non-portable @staticmethod from qpid/datatypes.py | Alan Conway | 2010-04-06 | 1 | -2/+2 |
| | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931262 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Added qpid-cluster-store tool to examine & modify cluster store status. | Alan Conway | 2010-04-06 | 1 | -0/+73 |
| git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931185 13f79535-47bb-0310-9956-ffa450edef68 | |||||
