summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Collapse)AuthorAgeFilesLines
* 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-284-39/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708718 13f79535-47bb-0310-9956-ffa450edef68
* fixed a bug in int16 codecRafael H. Schloming2008-10-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708615 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-242-2/+2
| | | | 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
* Marked old python management API as obsolete. Updated 0-10 tests to use new ↵Ted Ross2008-10-232-0/+9
| | | | | | qmfconsole API git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707449 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-152-85/+129
| | | | 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
* c++ broker: Don't hold on to delivery records for accepted/released messages ↵Gordon Sim2008-10-151-0/+1
| | | | | | | | | | unless required due to being in windowing mode. python client: Modified start() on incoming queue to setthe flow mode as credit (not windowing) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704838 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-082-16/+35
| | | | 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-073-177/+153
| | | | 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-1291 - William Henry's python test (plus some test harness updates)Ted Ross2008-09-241-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@698662 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up display and parsing of class names for qpid-toolTed Ross2008-09-221-18/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@697838 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
* allow creation of objectId from first/second id componentsNuno Santos2008-09-051-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@692525 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1174 Updates to the management frameworkTed Ross2008-09-032-62/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@691700 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1250: Ensure broker receives session.detached before channel can be reused.Gordon Sim2008-08-181-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@686818 13f79535-47bb-0310-9956-ffa450edef68
* Restructured qpid-tool commands to allow active-only listsTed Ross2008-08-051-13/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@682764 13f79535-47bb-0310-9956-ffa450edef68
* Don't pad out the last column of a tableTed Ross2008-08-011-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681821 13f79535-47bb-0310-9956-ffa450edef68
* Added signed integer datatypes for use in management schemasTed Ross2008-07-312-1/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681512 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1174 - Management updates for remote agentsTed Ross2008-07-312-24/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681362 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1174 Remote Management Agent for management of external componentsTed Ross2008-07-111-13/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@676067 13f79535-47bb-0310-9956-ffa450edef68
* Switch to async mode for management communicationTed Ross2008-06-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672854 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1143: added buffering, we now only issue one write per assemblyRafael H. Schloming2008-06-161-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1142: made session.sync() always set the sync flag on execution_syncRafael H. Schloming2008-06-161-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668344 13f79535-47bb-0310-9956-ffa450edef68
* add enough to the server delegate to permit java clients to connectRafael H. Schloming2008-06-161-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668343 13f79535-47bb-0310-9956-ffa450edef68
* Minor additions to Range and RangedSetKim van der Riet2008-06-051-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@663730 13f79535-47bb-0310-9956-ffa450edef68
* Management cleanup - renamed config/inst elements to properties and statisticsTed Ross2008-06-041-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@663413 13f79535-47bb-0310-9956-ffa450edef68
* QPID-947: added codec and tests for array and list typesRafael H. Schloming2008-05-232-11/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@659671 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1064: only set the listeners to None *after* the thread has stoppedRafael H. Schloming2008-05-231-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@659650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-947: Switched over to using proper RFC 1982 serial numbers.Rafael H. Schloming2008-05-233-8/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@659647 13f79535-47bb-0310-9956-ffa450edef68
* qpid-tool fixed to cleanly handle brokers with management disabledTed Ross2008-05-231-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@659535 13f79535-47bb-0310-9956-ffa450edef68
* QPID-947: restrict docstring initialization to recent python versionsRafael H. Schloming2008-05-161-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@657191 13f79535-47bb-0310-9956-ffa450edef68
* QPID-947: initialize docstrings for protocol methods from the specRafael H. Schloming2008-05-164-25/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@657112 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1067Carl C. Trieloff2008-05-161-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@657088 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1061: Management heartbeat message from broker -- applied patch ↵Nuno Santos2008-05-161-0/+8
| | | | | | supplied by Ted Ross git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656918 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1064: made qpid-config close the session/connection; added ↵Rafael H. Schloming2008-05-154-5/+12
| | | | | | incoming.stop() to cancel incoming messages and join on the listener thread; made managementBroker.removeChannel use incoming.stop(); modified session.close to wait on _closed rather than on channel == None git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656871 13f79535-47bb-0310-9956-ffa450edef68
* continuation of QPID-1052Nuno Santos2008-05-132-7/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656004 13f79535-47bb-0310-9956-ffa450edef68