summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-3184: amend ant build to produce coverage.xml0.5.x-devRobert Gemmell2011-04-052-4/+12
* QPID-3158 - Defect in the CRAM-MD5-HEX mechanism - CRAMMD5HexInitialiser fail...Robert Gemmell2011-03-317-10/+387
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-3025-94/+273
* QPID-3166: actually commit incorrectly stashed changeRobert Gemmell2011-03-281-1/+1
* QPID-3166: updates based on review feedback from Keith WallRobert Gemmell2011-03-281-26/+24
* QPID-3165: ensure all subscriptions are checked before making the decision on...Robert Gemmell2011-03-251-22/+71
* QPID-3166: add system test using multiple batch transacted producers with mul...Robert Gemmell2011-03-252-2/+250
* QPID-3142: enable tests to run against a copy of an existing work directoryRobert Gemmell2011-03-153-2/+34
* QPID-3090: allow the JMX Management Console to work properly with quoted Obje...Robert Gemmell2011-03-011-2/+25
* QPID-3090: quote the MBean ObjectName key values for the names of Queues, Con...Robert Gemmell2011-03-018-43/+25
* QPID-2973: enable management during tests, and add a test using MaxDeliveryCo...Robert Gemmell2011-03-011-38/+110
* QPID-1830: backport fix from trunkAndrew Donald Kennedy2011-02-103-4/+24
* QPID-1916, QPID-2977: port the recent changes to maven artifact generation on...Robert Gemmell2011-02-0846-2686/+557
* QPID-2932: remove derby log from the repoRobert Gemmell2010-12-221-6/+0
* QPID-2932: Add logging to statistics counter on resetAndrew Donald Kennedy2010-12-201-0/+1
* QPID-2970: use dlq property in testsAndrew Donald Kennedy2010-12-202-3/+5
* QPID-2971: add system property to allow overriding disabling of MaxDelivery f...Robert Gemmell2010-12-202-2/+8
* QPID-2980: add additional check to testRobert Gemmell2010-12-201-2/+3
* QPID-2971: prevent usage on autodelete queues, mirroring broker side behaviou...Robert Gemmell2010-12-201-1/+1
* QPID-2980: expose the delivery count as a propertyRobert Gemmell2010-12-1512-29/+164
* QPID-2970: Add dlq proprty to didsable dlq creation in testsAndrew Donald Kennedy2010-12-148-28/+44
* QPID-2970: Deliberate mistakeAndrew Donald Kennedy2010-12-141-1/+4
* QPID-2970: Fix configuration fileAndrew Donald Kennedy2010-12-131-12/+45
* QPID-2970: Updated logging and configurationAndrew Donald Kennedy2010-12-137-33/+43
* QPID-2970: Make performace tests multi-threadedAndrew Donald Kennedy2010-12-139-78/+260
* QPID-2971, QPID-2972, QPID-2973: update system test to perform additional ver...Robert Gemmell2010-12-101-8/+75
* QPID-2974: add a specfic test where the DLQ prop isnt specified, splitting ou...Robert Gemmell2010-12-101-11/+36
* QPID-2973: create the StoreContext upfront for one-time use at later points, ...Robert Gemmell2010-12-102-10/+14
* QPID-2971: impose a minimum on the default record count, to allow for cases w...Robert Gemmell2010-12-101-1/+1
* QPID-2970: Performance testing for DLQsAndrew Donald Kennedy2010-12-1014-0/+1307
* QPID-2973: ignore the Immediate status of the message when enqueing on the DL...Robert Gemmell2010-12-076-37/+60
* QPID-2971, QPID-2972, QPID-2973: system tests for max delivery count with DLQsRobert Gemmell2010-12-071-0/+538
* QPID-2973: expand AMQQueueFactoryTestRobert Gemmell2010-12-071-7/+130
* QPID-2974: add configuration for enabling/disabling DLQ functionalityRobert Gemmell2010-12-078-29/+251
* QPID-2973: add JMX support for creating and manipulating queues with new DLQ ...Robert Gemmell2010-12-0712-17/+273
* QPID-2973: broker support for rejecting messages without requeue, and creatin...Robert Gemmell2010-12-0727-73/+441
* QPID-2972: client configuration for Max Delivery CountRobert Gemmell2010-12-0711-107/+425
* QPID-2971 - onMessage/recieve + recover/rollback handling of Max Delivery Cou...Robert Gemmell2010-12-076-126/+584
* QPID-2932: Fix JMX versionsAndrew Donald Kennedy2010-12-064-49/+52
* Remove temporary files that should not have been checked inAndrew Donald Kennedy2010-12-012-325/+0
* QPID-2932: Fix tests on java persistent profile by adding delaysAndrew Donald Kennedy2010-11-243-7/+12
* QPID-2932: Updating tests and placement of counter callbackAndrew Donald Kennedy2010-11-238-24/+355
* QPID-2932: Change AtomicLong to synchronized primitive accessAndrew Donald Kennedy2010-11-231-24/+23
* QPID-2932: Move all AtomicLong operations to end of sample period.Andrew Donald Kennedy2010-11-231-9/+10
* QPID-2932: Update operational logging messagesAndrew Donald Kennedy2010-11-103-14/+15
* QPID-2932: Make current rate update only once per sample periodAndrew Donald Kennedy2010-11-102-8/+6
* QPID-2932: Split statistics into received and deliveredAndrew Donald Kennedy2010-11-0918-261/+693
* QPID-2932: Updated tests and documentationAndrew Donald Kennedy2010-11-0913-38/+126
* QPID-2932: Add statistics generation for broker message deliveryAndrew Donald Kennedy2010-11-0830-46/+1747
* Proper fix for error in test paramsAndrew Donald Kennedy2010-10-041-1/+1