summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-1793 : Update AMQChannel to remember any AMQException that occurs during...Martin Ritchie2009-04-111-9/+28
* QPID-1779 : Application of patches attached to JIRA. Should address connectio...Martin Ritchie2009-04-117-12/+158
* QPID-1806 : Ensure Flow to disk location is deleted when the queue is closedMartin Ritchie2009-04-115-2/+92
* QPID-1805 : Updated BackingStore to error if we cannot create the backing sto...Martin Ritchie2009-04-112-3/+174
* QPID-1633 : Ensured that FlowToDisk configuration defaults to 100Meg and is p...Martin Ritchie2009-04-112-3/+3
* QPID-1803 : Test that selectors work when a QueueDepth is setMartin Ritchie2009-04-112-29/+132
* QPID-1804 : Provide testing for Flow to Disk when using ack modes Client, Tra...Martin Ritchie2009-04-112-3/+60
* QPID-1791 : Replaced the get call before the dequeueAndDelete with a remove....Martin Ritchie2009-04-112-4/+161
* QPID-1794 : Moved processing of single message removals to just before the tr...Martin Ritchie2009-04-111-30/+29
* QPID-1803 : Fixed potential NPE in FileUtils.deleteMartin Ritchie2009-04-111-2/+10
* QPID-1790: add new attribute to logging management mbean to indicate availabl...Robert Gemmell2009-04-093-8/+45
* QPID-1794 : Removed unnecessary synchronisationMartin Ritchie2009-04-092-76/+70
* Wrapped log statement so it doesn't perform resolution when not logging.Martin Ritchie2009-04-091-1/+4
* QPID-1794 : Clear the StoreContext after non-transactional processing. Update...Martin Ritchie2009-04-094-117/+148
* QPID-1793 : Increase logging on requeue to help diagnose what is being requeu...Martin Ritchie2009-04-091-1/+9
* QPID-1792: make JMXManagedObjectRegistry.close() method attempt to de-registe...Robert Gemmell2009-04-071-10/+15
* QPID-1785: Prevent session.detach frame following an execution.exception caus...Gordon Sim2009-04-061-3/+5
* QPID-1764 : Resolved ConcurrentME. Perils of using the 'syntax sugar' for loo...Martin Ritchie2009-04-0317-263/+414
* QPID-1730: make it easy to configure queues, fix inheriting settings from the...Aidan Skinner2009-04-037-21/+207
* 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-1764 : Add a BaseTransactionLog that takes care of handling persistent m...Martin Ritchie2009-04-0320-176/+1124
* QPID-1778 : Increased delay as tcp testing takes longer than inVm. Now checks...Martin Ritchie2009-04-031-1/+2
* QPID-1778 : Add NoFailover FailoverMethod that blocks that still allows conne...Martin Ritchie2009-04-025-5/+146
* QPID-1783 : Relax MessageFactory to allow out of order recoveryMartin Ritchie2009-04-022-18/+26
* Mark large literals explicitly as longs to avoid warnings on earlier versions...Gordon Sim2009-03-3119-103/+103
* Need to see toFd from tests; related to QPID-1765Stephen D. Huston2009-03-271-1/+2
* Enable SocketProxy portability to Windows; fixes QPID-1765Stephen D. Huston2009-03-271-41/+70
* QPID-1768 : Added multithreaded test to ensure multiple concurrent adds are okMartin Ritchie2009-03-261-0/+123
* QPID-1768 : Removed all the special priority queue code. Added the ability fo...Martin Ritchie2009-03-266-335/+89
* QPID-949 : renamed _disabled to _disableFlowtoDisk based on review feedbackMartin Ritchie2009-03-262-11/+11
* QPID-1776: fix interpolation of variables.Aidan Skinner2009-03-262-4/+28
* Revert r758356 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-254-5/+5
* QPID-1735 : Added Documentation to QueueBackingStore around thread safety of ...Martin Ritchie2009-03-2512-122/+418
* QPID-1735 : Removed duplicated methods with differing functionality that was ...Martin Ritchie2009-03-254-17/+8
* Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...Stephen D. Huston2009-03-254-5/+5
* QPID-1771: fix for the codepath where an empty frame is sent to trigger read ...Gordon Sim2009-03-242-3/+6
* Prevent values lower than 3 being used for the experimental --cluster-read-ma...Gordon Sim2009-03-231-0/+5
* QPID-1511: add scripts to generate example ssl stores, and add refrence in th...Robert Gemmell2009-03-223-1/+77
* QPID-1767: add units to message age attribute descriptionRobert Gemmell2009-03-221-3/+3
* QPID-1763 : Fixed slow down due to fs lookup for unloaded message introduced ...Martin Ritchie2009-03-201-5/+11
* QPID-1740: Merged r756376 from trunk; further whitespace cleanup.Gordon Sim2009-03-202-6/+6
* QPID-1740: corrected some whitespace issues and esnured the subdirs var is pr...Gordon Sim2009-03-192-2/+2
* Remove unnecessary reference to BOOST_VERSION; removes diagnostics at build timeStephen D. Huston2009-03-175-38/+38
* Remove unneeded size_t typedef; fixes QPID-1745Stephen D. Huston2009-03-171-1/+0
* Correct the handling of end-of-connection cases; fixes QPID-1550Stephen D. Huston2009-03-171-12/+10
* QPID-1744: As the cluster sends out update messages using the message frames ...Gordon Sim2009-03-171-0/+1
* Branch for 0.5 releaseMartin Ritchie2009-03-170-0/+0
* QPID-1743: change maxMessageSize description to indicate it is in Bytes not K...Robert Gemmell2009-03-171-7/+6
* QPID-1742: new splash screen logo for JMX management console to signal its JM...Robert Gemmell2009-03-171-0/+0