summaryrefslogtreecommitdiff
path: root/qpid/extras/qmf/src/py/qmf/console.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-3919Michael Goulish2012-03-271-1/+1
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-5/+7
* QPID-3798: do not wait indefinately for connection close.Kenneth Anthony Giusti2012-02-021-2/+2
* QPID-3667: do not set the user-id header in the messages if the connection do...Kenneth Anthony Giusti2011-12-071-1/+1
* NO-JIRA - Fixed a memory leak in Python QMF ConsoleTed Ross2011-10-191-0/+1
* QPID-3409: Fixup federation tools to allow IPv6 literals as part of the addre...Andrew Stitcher2011-08-121-10/+14
* QPID-3348: A fix whcih allows Qmf management calls defined in management-sche...Kim van der Riet2011-07-081-3/+10
* QPID_3122 - Added backward-compatible map keys in QMFv2 consoles for earlier ...Ted Ross2011-03-071-3/+14
* QPID-3060Ted Ross2011-02-161-5/+16
* Added brokerConnectionFailed() method to DebugConsole.Jonathan Robie2011-01-101-0/+3
* Prints connection error information.Jonathan Robie2011-01-101-0/+6
* Changes to QMFv2 formats to make the agents and consoles consistent:Ted Ross2011-01-061-19/+21
* Undo svn commit r1052086.Jonathan Robie2011-01-051-10/+2
* Added logging to QMF console connections.Jonathan Robie2010-12-221-2/+10
* fix type conversion errorKenneth Anthony Giusti2010-12-081-0/+2
* QPID-2782: enhance the console's ability to selectively filter unsolicited ev...Kenneth Anthony Giusti2010-10-291-76/+235
* QPID-2862: immediately cancel a pending getObjects or method call if the brok...Kenneth Anthony Giusti2010-09-271-12/+32
* QPID-2883: store events until schema response arrives.Kenneth Anthony Giusti2010-09-231-4/+50
* QPID-2883: call event handler when v2 events arrive.Kenneth Anthony Giusti2010-09-231-14/+44
* QMF: bugfix - ack message even if handler throws an exception.Kenneth Anthony Giusti2010-09-101-102/+112
* QMF: bugfix - heartbeats arriving on wrong queue.Kenneth Anthony Giusti2010-09-101-1/+6
* fixed usage of UUIDRafael H. Schloming2010-09-101-3/+3
* QPID-2846: release pending sequence numbers when cleaning up an agent.Kenneth Anthony Giusti2010-09-021-1/+5
* QMF: do not add wildcards to the agent filter list.Kenneth Anthony Giusti2010-08-301-1/+11
* QPID-2810: clean up the broker thread properly on shutdown.Kenneth Anthony Giusti2010-08-191-20/+76
* QPID-2663: prevent slow consoles from causing agent disconnects due to full t...Kenneth Anthony Giusti2010-08-181-28/+39
* QPID-2806: enable v2 heartbeats regardless of rcvHeartbeats callback setting.Kenneth Anthony Giusti2010-08-161-8/+7
* QMF: include exception handler callback in v1 topic listenerKenneth Anthony Giusti2010-08-101-1/+1
* Bugfix: Schema cache in console.py could get locked in the state whereTed Ross2010-08-021-1/+1
* QPID-2782: update qmf console binding api.Kenneth Anthony Giusti2010-08-011-37/+114
* QMF: bugfix - save the exception object generated on broker connection setup ...Kenneth Anthony Giusti2010-07-201-12/+4
* QMF: fix for r961919 - accept old style class keys without throwing an except...Kenneth Anthony Giusti2010-07-141-12/+18
* QMF: enable python console to pull schema info from agent.Kenneth Anthony Giusti2010-07-121-39/+164
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-081-0/+7
* QPID-2663: fix parameter name misspelling [found by tross]Kenneth Anthony Giusti2010-06-281-2/+2
* Handle the case where older versions of the broker supply no delivery-propert...Ted Ross2010-06-241-1/+1
* QPID-2677: send agent locate req after binding to agent.ind.dataKenneth Anthony Giusti2010-06-171-2/+5
* QPID-2663: rate limit heartbeat processing, set minimum heartbeat intervalKenneth Anthony Giusti2010-06-171-60/+85
* QPID-2663: scale and performance optimizations.Kenneth Anthony Giusti2010-06-111-119/+233
* Update the current and deleted timestamps in the "mergeUpdate" method.Ted Ross2010-06-091-0/+2
* QMF: ignore errors when servicing messages over a closed session.Kenneth Anthony Giusti2010-06-081-10/+26
* Fixed the keywords for object timestamps. They were missing the initial unde...Ted Ross2010-05-211-3/+3
* QMF: provide event filter api for python consoleKenneth Anthony Giusti2010-05-201-6/+77
* Added missing method for ObjectId.Ted Ross2010-05-191-0/+5
* qpid-tool re-write:Ted Ross2010-05-191-9/+27
* QMF: allow consoles to filter agent heartbeats based on agent identification.Kenneth Anthony Giusti2010-05-181-1/+27
* If a data update arrives with partial data, don't set the missing data to Non...Ted Ross2010-05-181-2/+10
* set the session's default timeout to match the broker's defaultKenneth Anthony Giusti2010-05-181-0/+1
* Two fixes for qmf.console:Ted Ross2010-05-121-27/+45
* QMF: remove getName() object method - collides with existing method namesKenneth Anthony Giusti2010-05-051-4/+0