summaryrefslogtreecommitdiff
path: root/tools/src/py/qpid-cluster-store
Commit message (Collapse)AuthorAgeFilesLines
* Made qpid-xxx management scripts callable as python functions.Jonathan Robie2010-12-171-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 Sim2010-09-221-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.pyAlan Conway2010-04-061-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 Conway2010-04-061-0/+73
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931185 13f79535-47bb-0310-9956-ffa450edef68