summaryrefslogtreecommitdiff
path: root/extras
Commit message (Collapse)AuthorAgeFilesLines
* Merged out from trunkQPID-2519Stephen D. Huston2011-10-2123-23/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1187375 13f79535-47bb-0310-9956-ffa450edef68
* Undo bad merge from trunk - merged at wrong level.Stephen D. Huston2011-10-2123-44/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1187150 13f79535-47bb-0310-9956-ffa450edef68
* Merge trunk to QPID-2519 branchStephen D. Huston2011-10-2023-23/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1186990 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3060Ted Ross2011-02-161-5/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1071138 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Replaced m4/ac_pkg_swig.m4 with updated version that works with newerTed Ross2011-02-091-3/+5
| | | | | | | versions of Swig. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1068956 13f79535-47bb-0310-9956-ffa450edef68
* Added brokerConnectionFailed() method to DebugConsole.Jonathan Robie2011-01-101-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057263 13f79535-47bb-0310-9956-ffa450edef68
* Prints connection error information.Jonathan Robie2011-01-101-0/+6
| | | | | | | Previously, connection errors were silently ignored. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057195 13f79535-47bb-0310-9956-ffa450edef68
* Changes to QMFv2 formats to make the agents and consoles consistent:Ted Ross2011-01-061-19/+21
| | | | | | | | | 1) Events in _data_indication messages are carried as lists of events (consistent with object data) 2) Built-in attributes for agents (in _heartbeaet_indication) all start with '_' to differentiate them from user-defined attributes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1056112 13f79535-47bb-0310-9956-ffa450edef68
* Undo svn commit r1052086.Jonathan Robie2011-01-051-10/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1055655 13f79535-47bb-0310-9956-ffa450edef68
* Added logging to QMF console connections.Jonathan Robie2010-12-221-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warning if a broker can not be found, error if SASL authentication fails or other connection errors when connecting to an existing broker. Default log level is ERROR. qpid-printevents allows the log level to be set. It also allows the user to specify that a connection is required, in which case it terminates if a connection can not be established. Examples: $ ./qpid-printevents --sasl-mechanism PLAIN nonexistent-broker => Not an error. Waits for the broker to be started. $ ./qpid-printevents --sasl-mechanism PLAIN localhost 2010-12-22 17:07:18,365 ERROR Could not connect to broker localhost:5672 (None, 'No acceptable SASL authentication mechanism available') => Connection error condition in output - SASL authentication failed because user name and password are not supplied. But qpid-printevents keeps running, waiting for you to start the broker. $ ./qpid-printevents --sasl-mechanism PLAIN --log-level critical => Connection error condition in output - SASL authentication failed because user name and password are not supplied. No output in this case, because the log level has been set to critical. $ ./qpid-printevents --sasl-mechanism PLAIN --require-connection localhost 2010-12-22 17:11:03,791 ERROR Could not connect to broker localhost:5672 (None, 'No acceptable SASL authentication mechanism available') Failed: ConnectionFailed - (None, 'No acceptable SASL authentication mechanism available') => Connection error condition. qpid-printevents terminates because --require-connection was specified. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1052086 13f79535-47bb-0310-9956-ffa450edef68
* fix type conversion errorKenneth Anthony Giusti2010-12-081-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1043581 13f79535-47bb-0310-9956-ffa450edef68
* Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)Robert Gemmell2010-11-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1032374 13f79535-47bb-0310-9956-ffa450edef68
* add ASF licence to various files in the cpp treeRobert Gemmell2010-10-311-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1029521 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2782: enhance the console's ability to selectively filter unsolicited ↵Kenneth Anthony Giusti2010-10-291-76/+235
| | | | | | events. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1028819 13f79535-47bb-0310-9956-ffa450edef68
* Add ASF licence to the git ignore filesRobert Gemmell2010-10-281-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1028476 13f79535-47bb-0310-9956-ffa450edef68
* Added -fno-strict-aliasing for all of the swig-generated Python wrappers becauseTed Ross2010-10-131-1/+1
| | | | | | | Swig (for Python) generates code that violates the strict aliasing rules. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1022224 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2862: immediately cancel a pending getObjects or method call if the ↵Kenneth Anthony Giusti2010-09-271-12/+32
| | | | | | broker disconnects. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1001917 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2883: store events until schema response arrives.Kenneth Anthony Giusti2010-09-231-4/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1000629 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2883: call event handler when v2 events arrive.Kenneth Anthony Giusti2010-09-231-14/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1000528 13f79535-47bb-0310-9956-ffa450edef68
* QMF: bugfix - ack message even if handler throws an exception.Kenneth Anthony Giusti2010-09-101-102/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@995963 13f79535-47bb-0310-9956-ffa450edef68
* QMF: bugfix - heartbeats arriving on wrong queue.Kenneth Anthony Giusti2010-09-101-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@995935 13f79535-47bb-0310-9956-ffa450edef68
* fixed usage of UUIDRafael H. Schloming2010-09-101-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@995810 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2846: release pending sequence numbers when cleaning up an agent.Kenneth Anthony Giusti2010-09-021-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992113 13f79535-47bb-0310-9956-ffa450edef68
* QMF: do not add wildcards to the agent filter list.Kenneth Anthony Giusti2010-08-301-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@991006 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2810: clean up the broker thread properly on shutdown.Kenneth Anthony Giusti2010-08-191-20/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@987330 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2663: prevent slow consoles from causing agent disconnects due to full ↵Kenneth Anthony Giusti2010-08-181-28/+39
| | | | | | topic queues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@986828 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2806: enable v2 heartbeats regardless of rcvHeartbeats callback setting.Kenneth Anthony Giusti2010-08-161-8/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@986093 13f79535-47bb-0310-9956-ffa450edef68
* QMF: include exception handler callback in v1 topic listenerKenneth Anthony Giusti2010-08-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@984253 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Schema cache in console.py could get locked in the state whereTed Ross2010-08-021-1/+1
| | | | | | | entries were partial (i.e. schema key is known but schema is not). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@981682 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2782: update qmf console binding api.Kenneth Anthony Giusti2010-08-011-37/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@981277 13f79535-47bb-0310-9956-ffa450edef68
* QMF: bugfix - save the exception object generated on broker connection setup ↵Kenneth Anthony Giusti2010-07-201-12/+4
| | | | | | failure. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@965927 13f79535-47bb-0310-9956-ffa450edef68
* QMF: fix for r961919 - accept old style class keys without throwing an ↵Kenneth Anthony Giusti2010-07-141-12/+18
| | | | | | exception. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@964155 13f79535-47bb-0310-9956-ffa450edef68
* QMF: enable python console to pull schema info from agent.Kenneth Anthony Giusti2010-07-121-39/+164
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963479 13f79535-47bb-0310-9956-ffa450edef68
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-081-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961919 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2663: fix parameter name misspelling [found by tross]Kenneth Anthony Giusti2010-06-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958691 13f79535-47bb-0310-9956-ffa450edef68
* Handle the case where older versions of the broker supply no ↵Ted Ross2010-06-241-1/+1
| | | | | | | | | delivery-properties to messages originated from within the broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957676 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2677: send agent locate req after binding to agent.ind.dataKenneth Anthony Giusti2010-06-171-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955762 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2663: rate limit heartbeat processing, set minimum heartbeat intervalKenneth Anthony Giusti2010-06-171-60/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955676 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2663: scale and performance optimizations.Kenneth Anthony Giusti2010-06-111-119/+233
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@953703 13f79535-47bb-0310-9956-ffa450edef68
* Update the current and deleted timestamps in the "mergeUpdate" method.Ted Ross2010-06-091-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@953039 13f79535-47bb-0310-9956-ffa450edef68
* QMF: ignore errors when servicing messages over a closed session.Kenneth Anthony Giusti2010-06-081-10/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@952731 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Ted Ross to prevent sasl_decode overflowGordon Sim2010-05-281-5/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@949126 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the keywords for object timestamps. They were missing the initial ↵Ted Ross2010-05-211-3/+3
| | | | | | underscore. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@947000 13f79535-47bb-0310-9956-ffa450edef68
* QMF: provide event filter api for python consoleKenneth Anthony Giusti2010-05-201-6/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@946801 13f79535-47bb-0310-9956-ffa450edef68
* Added missing method for ObjectId.Ted Ross2010-05-191-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@946180 13f79535-47bb-0310-9956-ffa450edef68
* qpid-tool re-write:Ted Ross2010-05-191-9/+27
| | | | | | | | 1) No longer uses the (really) old API 2) Handles the new QMFv2 functionality git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@946178 13f79535-47bb-0310-9956-ffa450edef68
* QMF: allow consoles to filter agent heartbeats based on agent identification.Kenneth Anthony Giusti2010-05-181-1/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945871 13f79535-47bb-0310-9956-ffa450edef68
* If a data update arrives with partial data, don't set the missing data to ↵Ted Ross2010-05-181-2/+10
| | | | | | None, leave it absent. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945833 13f79535-47bb-0310-9956-ffa450edef68
* set the session's default timeout to match the broker's defaultKenneth Anthony Giusti2010-05-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945716 13f79535-47bb-0310-9956-ffa450edef68
* Two fixes for qmf.console:Ted Ross2010-05-121-27/+45
| | | | | | | | 1) use proper binding-keys for filtering QMFv2 data indications 2) fix the problem where stat-updates were being lumped in with property updates for V1 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@943589 13f79535-47bb-0310-9956-ffa450edef68