summaryrefslogtreecommitdiff
path: root/python/qpid/qmfconsole.py
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-201-1472/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@719359 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-201-3/+3
| | | | | | | | | - Fixed routing keys in agents and binding keys in consoles - Added some additional debug output for ManagementAgentImpl - Minor cleanup in the connection close path for ManagementAgentImpl git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@719245 13f79535-47bb-0310-9956-ffa450edef68
* Avoid unicode in schema labels, which causes problems when they're used asTed Ross2008-11-131-17/+30
| | | | | | | map keys. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@713839 13f79535-47bb-0310-9956-ffa450edef68
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ↵Ted Ross2008-11-131-10/+3
| | | | | | | | | | | protocol. Fixed qmf-console bug related to routing keys of object messages. Pass the binding key into the management agent to allow for selective broadcast of object data. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@713631 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1448 - Management APIs and CLI tools are not unicode safeTed Ross2008-11-111-53/+57
| | | | | | | | | The management APIs (old and new) now use unicode strings as the default. The CLI utilities now use the preferred shell encoding to support multibyte characters in the command line and in managed objects. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@713079 13f79535-47bb-0310-9956-ffa450edef68
* Added bank numbers to the routing key of a QMF heartbeat message.Ted Ross2008-11-041-4/+21
| | | | | | | | This is used by the console to identify which agent sent the indication. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@711458 13f79535-47bb-0310-9956-ffa450edef68
* Clarified broker/agent banks in method names. Added new accessor methods ↵Ted Ross2008-11-041-5/+11
| | | | | | for bank values git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@711384 13f79535-47bb-0310-9956-ffa450edef68
* Federation enhancements and bug fixes:Ted Ross2008-10-311-3/+9
| | | | | | | | | | qmfconsole.py - minor fixes, make sure object-dereference only queries one broker Bridge.cpp - Added channel-id to queue name to avoid collisions qpid-route - Added link-map feature for viewing the entire federated topology git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709532 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a problem with improper shutdown that occasionally caused unhandled ↵Ted Ross2008-10-311-0/+1
| | | | | | exceptions git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709337 13f79535-47bb-0310-9956-ffa450edef68
* ssl support for the python clientRafael H. Schloming2008-10-281-18/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708718 13f79535-47bb-0310-9956-ffa450edef68
* Put Url.match back in. It isn't unused.Ted Ross2008-10-271-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708075 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the following problems in qmfconsole.py:Ted Ross2008-10-241-117/+147
| | | | | | | | | | | - Fixed typo in getTimestamp() - Updated lock usage to use the try: acquire() finally: release() pattern - Removed unused match method from URL - Fixed a bug where 'packages' was accessed without lock protection git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707724 13f79535-47bb-0310-9956-ffa450edef68
* Use a str16 instead of str8 for qmf method response textTed Ross2008-10-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707653 13f79535-47bb-0310-9956-ffa450edef68
* Added alternative functions for invoking methodsTed Ross2008-10-241-26/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707514 13f79535-47bb-0310-9956-ffa450edef68
* Allow transport to be set on qpid-route.Gordon Sim2008-10-201-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706320 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-151-51/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704944 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1350 - changed syntax of dereference so it becomes optionalTed Ross2008-10-151-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704942 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1350 - Object reference following in the QMF console APITed Ross2008-10-101-10/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703588 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1327 - Add display of source broker in __repr__ for eventsTed Ross2008-10-101-35/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703543 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1327 - Added optional severity override in the eventRaise methodTed Ross2008-10-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703164 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1327 - Added severity field to events, cleaned up routing key usageTed Ross2008-10-081-15/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702977 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1327 - Event support for ManagementTed Ross2008-10-071-137/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702651 13f79535-47bb-0310-9956-ffa450edef68
* Added property-selector to the console getObjects functionTed Ross2008-09-261-5/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@699148 13f79535-47bb-0310-9956-ffa450edef68
* Added event handling, did some code cleanup and fixed some small bugsTed Ross2008-09-241-117/+258
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@698678 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1288 - Added error handling and remote agent support to the console ↵Ted Ross2008-09-191-49/+212
| | | | | | API. Ported qpid-config and qpid-route to the new API git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@697237 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1288 - Removed test codeTed Ross2008-09-181-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696833 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1288 - New (and greatly improved) API for management console accessTed Ross2008-09-181-0/+953
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696832 13f79535-47bb-0310-9956-ffa450edef68