| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1334037 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
When the wrapped Python API was updated to match the pure Python API, the connection options
were changed from the (c++)-style string to the python-style keyword args. This update
adapts qmf-tool to this change.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1203649 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1176415 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1176096 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1067091 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Note: This logic is getting a bit hairy, it should be replaced with a regular expression match.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1066725 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1066564 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
1) Improved exception reporting.
2) Changed query structure to keep query results until 'clear' command is invoked.
3) Use 'list' and 'show' in a more intuitive way.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057356 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
1) Removed dead code.
2) Cleaned up command completion and handling of incorrect number of arguments.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057316 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
differences:
1) Operation is active and synchronous, rather than passive and async.
2) Operations are per-agent (i.e. work with one agent at a time).
3) Uses the new QMFv2 API (Python wrapper around C++ core).
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057208 13f79535-47bb-0310-9956-ffa450edef68
|