summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Collapse)AuthorAgeFilesLines
* QPID-2261: fix agent indication heartbeat generation and handling.Kenneth Anthony Giusti2010-03-023-18/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@918184 13f79535-47bb-0310-9956-ffa450edef68
* Removed superfluous "Apache Qpid : " string, which the Wiki inserted into ↵Jonathan Robie2010-03-0151-51/+51
| | | | | | most page titles. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@917769 13f79535-47bb-0310-9956-ffa450edef68
* Fixed many links, added Apache header to each file. Jonathan Robie2010-03-0163-349/+494
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@917763 13f79535-47bb-0310-9956-ffa450edef68
* Fix: decoding error causes cluster broker to exit.Alan Conway2010-03-011-4/+16
| | | | | | | | | | An error decoding a connection was causing the broker::Connection object to be deleted in the connection IO thread rather than the cluster deliver thread, causing an exit with "critical Modified cluster state outside of cluster context" git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@917734 13f79535-47bb-0310-9956-ffa450edef68
* Add support for displaying subscriptions, with connection and queue infoNuno Santos2010-03-011-2/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@917718 13f79535-47bb-0310-9956-ffa450edef68
* added setup.py for qpid-testsRafael H. Schloming2010-03-011-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@917717 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: split error logging and debug tracing into separate loggersKenneth Anthony Giusti2010-03-013-382/+188
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@917688 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: object subscriptions, and testsKenneth Anthony Giusti2010-03-014-170/+464
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@917584 13f79535-47bb-0310-9956-ffa450edef68
* Small Hack to allow Windows to compile without error until the qmfv2 changes ↵Andrew Stitcher2010-02-261-1/+4
| | | | | | remove the ResilientConnection.cpp file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916824 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2423 - Add Constructors to set initial value of content for MapContent ↵Ted Ross2010-02-265-0/+67
| | | | | | and ListContent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916803 13f79535-47bb-0310-9956-ffa450edef68
* temporary workaround for problem log statementRafael H. Schloming2010-02-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916775 13f79535-47bb-0310-9956-ffa450edef68
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-264-3/+10
| | | | | | | | The cluster destructor was not deleting the ClusterTimer set on the broker, so this timer had a dangling pointer to the cluster. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916751 13f79535-47bb-0310-9956-ffa450edef68
* fixed reconnectRafael H. Schloming2010-02-261-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2417: update exclude files with correct test name and locations to ↵Robert Gemmell2010-02-263-2/+4
| | | | | | allow running the DurableSubscriberTest on the derby profile once QPID-2422 is fixed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916730 13f79535-47bb-0310-9956-ffa450edef68
* split engine into a separate classRafael H. Schloming2010-02-262-107/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916499 13f79535-47bb-0310-9956-ffa450edef68
* Last member of a cluster always has clean store.Alan Conway2010-02-254-17/+55
| | | | | | | | | | When a cluster is reduced to a single broker, it marks its store as clean regardless of how it is shut down. If we're down to a single member we know we want to use its store to recover as there are no others. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916475 13f79535-47bb-0310-9956-ffa450edef68
* Configure boost tests to create core dumps.Alan Conway2010-02-252-1/+3
| | | | | | | By default they don't, added BOOST_TEST_CATCH_SYSTEM_ERRORS=no to test_env.sh git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916474 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements to verify_cluster_objects.Alan Conway2010-02-251-13/+21
| | | | | | | Cached IDs, runs about 3x faster. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916473 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: add console async subscription api, and testsKenneth Anthony Giusti2010-02-252-125/+408
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916462 13f79535-47bb-0310-9956-ffa450edef68
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-2523-3/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916453 13f79535-47bb-0310-9956-ffa450edef68
* move reconnect logic away from engine portion of the driverRafael H. Schloming2010-02-251-44/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916433 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2417: add a test that restarts the broker at the end to validate the ↵Robert Gemmell2010-02-251-4/+27
| | | | | | store if it is persistent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916359 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2417: add ability to run DurableSubscriberTest on the java-derby ↵Robert Gemmell2010-02-254-2/+11
| | | | | | profile once QPID-2422 is fixed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916358 13f79535-47bb-0310-9956-ffa450edef68
* Add topic entry required by the MultiMessageDispatcher exampleRobert Gemmell2010-02-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916357 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2417: unsubscribe the durable subscriptions when done to delete the queuesRobert Gemmell2010-02-251-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916356 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2421 : Update to expose the PingClient count so we can set the ↵Martin Ritchie2010-02-252-1/+6
| | | | | | correlationID correctly for test with > 1 -c[] value. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916327 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2421 : Augmented Async Performance test to take new 'preFill' value, ↵Martin Ritchie2010-02-256-13/+300
| | | | | | | | | | | | | | | | that puts <n> messages onto the broker destination before the test begins. When running on a non-TX'd producer session the use of the new 'delayBeforeConsume' will pause the client for <n> ms before the test starts, giving the producer session time to flush. This new functionality can be explored with the new 'testWithPreFill' script. The 'numConsumer' parameter was augmented to allow a 0 value which disables all the consumers. This can be seen with the 'fillBroker' script. To complement that a new 'consumeOnly' boolean was added to disable sending messages. This can be seen with the 'drainBroker' scripts. All scripts are located in java/perftests/etc/scripts Merged from 0.5.x-dev commit r916304 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916318 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: test subscription refresh and cancelKenneth Anthony Giusti2010-02-243-12/+166
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@915980 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: sync with msg formats defined on wiki, start subscription impl.Kenneth Anthony Giusti2010-02-2413-341/+1410
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@915946 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2417: add TTL testing of durable topic subscriptionRobert Gemmell2010-02-241-0/+155
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@915867 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2417: update the auto-ack tests to leave an unacked message on the ↵Robert Gemmell2010-02-241-23/+80
| | | | | | durable subscriptions queue between disconnect and reconnect, create consumer1 on the correct connection in SessionPerConnection tests, add single connection NO_ACK test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@915866 13f79535-47bb-0310-9956-ffa450edef68
* Failover_soak was not detecting child exits properly, and soMichael Goulish2010-02-242-82/+81
| | | | | | | | | | | | | | | | | | was not terminating when the sending and receiving clients had both exited. Also, the killing of a broker on every loop was excessive and caused test-generated problems that are not meaningful. I have changed the way the failover_soak process detects child exits, and made it only kill brokers about once every twenty times trhough its main loop. ( Using a random number to decide when to do it. ) This still results in a good number of broker-kills during a 500,000 message test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@915673 13f79535-47bb-0310-9956-ffa450edef68
* fixed divide by zero when no tests matchRafael H. Schloming2010-02-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@915293 13f79535-47bb-0310-9956-ffa450edef68
* removed redundant state flagRafael H. Schloming2010-02-221-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@912595 13f79535-47bb-0310-9956-ffa450edef68
* removed redundant notifyRafael H. Schloming2010-02-221-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@912590 13f79535-47bb-0310-9956-ffa450edef68
* start to split engine logic from transport logicRafael H. Schloming2010-02-221-48/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@912551 13f79535-47bb-0310-9956-ffa450edef68
* added an option for timing test runsRafael H. Schloming2010-02-221-8/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@912547 13f79535-47bb-0310-9956-ffa450edef68
* moved Pattern into driverRafael H. Schloming2010-02-192-16/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911807 13f79535-47bb-0310-9956-ffa450edef68
* added missing author metadataRafael H. Schloming2010-02-191-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911803 13f79535-47bb-0310-9956-ffa450edef68
* added missing author metadataRafael H. Schloming2010-02-191-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911802 13f79535-47bb-0310-9956-ffa450edef68
* remove extra dots from filenames so as not to confuse windowsRafael H. Schloming2010-02-187-9/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911596 13f79535-47bb-0310-9956-ffa450edef68
* added util subpackage with auto_update_backups and update_backupsRafael H. Schloming2010-02-181-0/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911572 13f79535-47bb-0310-9956-ffa450edef68
* fixed importsRafael H. Schloming2010-02-182-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911570 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2409 - "qpid-route route map" can list the same broker multiple timesTed Ross2010-02-181-1/+1
| | | | | | | Applied patch from John Dunning git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911558 13f79535-47bb-0310-9956-ffa450edef68
* updated setup.py to match the package changesRafael H. Schloming2010-02-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911556 13f79535-47bb-0310-9956-ffa450edef68
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-1812-410/+559
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911550 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-2413 Rajith Muditha Attapattu2010-02-183-11/+38
| | | | | | | | Added a mechanism to catch the lexical cast errors and print an error message. I also fixed up some formatting as well. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911509 13f79535-47bb-0310-9956-ffa450edef68
* Move queue info example to the new management/examples submoduleRobert Gemmell2010-02-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911333 13f79535-47bb-0310-9956-ffa450edef68
* Add some initial examples of using jmx to add new queues and delete messages ↵Robert Gemmell2010-02-183-0/+295
| | | | | | from tmp_* queues. Create new management/examples submodule to hold them git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911326 13f79535-47bb-0310-9956-ffa450edef68
* Adding example jmx script for extracting queue information form the Java ↵Marnie McCormack2010-02-181-0/+177
| | | | | | broker for monitoring/stats purposes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911306 13f79535-47bb-0310-9956-ffa450edef68