summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added comments to help understand the testMartin Ritchie2009-04-111-2/+8
* QPID-1800: only create the new empty arraylist after checking for a previous ...Robert Gemmell2009-04-101-2/+5
* QPID-1806 : Got the classname wrong in in the exclude fileMartin Ritchie2009-04-102-2/+2
* QPID-1793 : Update AMQChannel to remember any AMQException that occurs during...Martin Ritchie2009-04-101-9/+28
* QPID-1779 : Application of patches attached to JIRA. Should address connectio...Martin Ritchie2009-04-107-12/+158
* QPID-1800: remove unecessary addAll() command, as the list is about to be clo...Robert Gemmell2009-04-101-1/+1
* QPID-1806 : Ensure Flow to disk location is deleted when the queue is closedMartin Ritchie2009-04-105-2/+92
* QPID-1805 : Updated BackingStore to error if we cannot create the backing sto...Martin Ritchie2009-04-102-3/+174
* QPID-1633 : Ensured that FlowToDisk configuration defaults to 100Meg and is p...Martin Ritchie2009-04-102-3/+3
* QPID-1803 : Test that selectors work when a QueueDepth is set.Martin Ritchie2009-04-102-29/+132
* QPID-1804 : Provide testing for Flow to Disk when using ack modes Client, Tra...Martin Ritchie2009-04-102-3/+60
* QPID-1791 : Replaced the get call before the dequeueAndDelete with a remove. ...Martin Ritchie2009-04-102-4/+161
* QPID-1794 : Moved processing of single message removals to just before the tr...Martin Ritchie2009-04-101-30/+29
* QPID-1803 : Fixed potential NPE in FileUtils.deleteMartin Ritchie2009-04-101-2/+10
* QPID-1800: modify SAMQQ to record transactionlog etry even when queue isnt du...Robert Gemmell2009-04-102-9/+65
* QPID-1798: Update AMQQueueMBean to use new constant value of DeliveryMode, re...Robert Gemmell2009-04-105-6/+12
* QPID-1801 Added method to show failure to PrincipalPermissionsTest.java and t...Marnie McCormack2009-04-102-2/+11
* Add durability option to the cpp failover_soak test. Alan Conway2009-04-094-19/+54
* Updated buildCreator to correctly checkout the specified SVN revision and upd...Martin Ritchie2009-04-081-2/+2
* QPID-1794 : Removed unnecessary synchronisationMartin Ritchie2009-04-082-76/+70
* Wrapped log statement so it doesn't perform resolution when not logging.Martin Ritchie2009-04-081-1/+4
* QPID-1794 : Clear the StoreContext after non-transactional processing. Update...Martin Ritchie2009-04-084-117/+148
* QPID-1793 : Increase logging on requeue to help diagnose what is being requeu...Martin Ritchie2009-04-081-1/+9
* QPID-1785: Prevent session.detach following execution.exception from destroyi...Gordon Sim2009-04-081-3/+5
* QPID-1792: make JMXManagedObjectRegistry.close() method attempt to de-registe...Robert Gemmell2009-04-071-10/+15
* Cluster: fix exception handling if updater fails to connect to updatee.Alan Conway2009-04-063-12/+11
* QPID-1790: add new attribute to logging management mbean to indicate availabl...Robert Gemmell2009-04-063-8/+45
* QPID-1764 : Updated all tests to use the TestTransactionLog interface and spl...Martin Ritchie2009-04-0316-261/+397
* QPID-1730: make it easy to configure queues, fix inheriting settings from the...Aidan Skinner2009-04-037-21/+207
* QPID-1764 : Resolved ConcurrentME. Perils of using the 'syntax sugar' for loo...Martin Ritchie2009-04-031-2/+17
* QPID-1784 : Fixed compile errorMartin Ritchie2009-04-031-1/+1
* QPID-1784 Update to FlowableBaseQueueEntryList to ensure that the inhaler and...Martin Ritchie2009-04-031-5/+18
* QPID-1764 : Update to BaseTransactionLog to create a TestableTransactionLog, ...Martin Ritchie2009-04-037-88/+261
* QPID-1778 : Increased delay as tcp testing takes longer than inVm. Now checks...Martin Ritchie2009-04-031-1/+2
* Added dependencies for Xerces and XQilla for the optional XML Exchange.Jonathan Robie2009-04-021-0/+3
* Fixed spelling errorMartin Ritchie2009-04-011-2/+2
* QPID-1783 : Relax MessageFactory to allow out of order recoveryMartin Ritchie2009-04-012-18/+26
* QPID-1764 : Add a BaseTransactionLog that takes care of handling persistent m...Martin Ritchie2009-04-0120-176/+1124
* Dial up default server threads to 32. Red ones go faster.Aidan Skinner2009-04-011-0/+2
* Dial down default log output to warn for non-qpid classes.Aidan Skinner2009-03-311-1/+1
* cpp/src/tests/failover_soak.cpp: allow it to run with all modules loaded or o...Alan Conway2009-03-312-32/+39
* This is a fix for QPID-1781Rajith Muditha Attapattu2009-03-312-2/+18
* This is a test case for QPID-1777Rajith Muditha Attapattu2009-03-312-0/+98
* Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...Alan Conway2009-03-305-2/+14
* cpp/src/qpid/client/Handle.h: fix operator!()Alan Conway2009-03-301-1/+4
* QPID-1702 QPID-1706Ted Ross2009-03-276-53/+243
* Lib tweaksStephen D. Huston2009-03-2717-164/+164
* Need to see toFd from tests; related to QPID-1765Stephen D. Huston2009-03-271-1/+2
* Reduce logging to ease CC buildsMartin Ritchie2009-03-271-3/+6
* QPID-1778 : Add NoFailover FailoverMethod that blocks that still allows conne...Martin Ritchie2009-03-275-5/+146