summaryrefslogtreecommitdiff
path: root/java/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-14368-0/+60290
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-14389-64278/+0
* QPID-1800: only create the new empty arraylist after checking for a previous ...Robert Gemmell2009-04-101-2/+5
* QPID-1793 : Update AMQChannel to remember any AMQException that occurs during...Martin Ritchie2009-04-101-9/+28
* 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-102-2/+6
* QPID-1805 : Updated BackingStore to error if we cannot create the backing sto...Martin Ritchie2009-04-101-3/+31
* QPID-1633 : Ensured that FlowToDisk configuration defaults to 100Meg and is p...Martin Ritchie2009-04-102-3/+3
* QPID-1791 : Replaced the get call before the dequeueAndDelete with a remove. ...Martin Ritchie2009-04-101-4/+1
* QPID-1794 : Moved processing of single message removals to just before the tr...Martin Ritchie2009-04-101-30/+29
* 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-104-6/+8
* QPID-1801 Added method to show failure to PrincipalPermissionsTest.java and t...Marnie McCormack2009-04-102-2/+11
* QPID-1794 : Removed unnecessary synchronisationMartin Ritchie2009-04-082-76/+70
* QPID-1799 : Wrapped log statement so it doesn't perform resolution when not l...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-1792: make JMXManagedObjectRegistry.close() method attempt to de-registe...Robert Gemmell2009-04-071-10/+15
* QPID-1790: add new attribute to logging management mbean to indicate availabl...Robert Gemmell2009-04-062-2/+16
* 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-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-0119-156/+1092
* Dial up default server threads to 32. Red ones go faster.Aidan Skinner2009-04-011-0/+2
* Reduce logging to ease CC buildsMartin Ritchie2009-03-271-3/+6
* QPID-1768 : Added multithreaded test to ensure multiple concurrent adds are ok.Martin 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
* QPID-1735 : Added Documentation to QueueBackingStore around thread safety of ...Martin Ritchie2009-03-2511-122/+258
* QPID-1735 : Removed duplicated methods with differing functionality that was ...Martin Ritchie2009-03-254-22/+8
* QEIT.testExpiry() only allows 10ms for creating the QueueEntry. Depending on ...Martin Ritchie2009-03-251-7/+8
* 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-1743: change maxMessageSize description to indicate it is in Bytes not K...Robert Gemmell2009-03-171-7/+6
* QPID-1626: handle legacy config file a bit more gracefully.Aidan Skinner2009-03-162-0/+73
* QPID-1736: Timeout DNS lookups if they take more than 30 seconds.Aidan Skinner2009-03-161-3/+60
* QPID-1730 : Logging update highlighted that we were printing the queue before...Martin Ritchie2009-03-132-2/+2
* QPID-1730 : Improve the logging so we can see what is going one during persis...Martin Ritchie2009-03-134-5/+20
* QPID-1730 : Update the order in which we initialise. We now load the config f...Martin Ritchie2009-03-131-41/+162
* QPID-949 : Removed the deleteOnExit calls on all flowed entries, as this will...Martin Ritchie2009-03-095-14/+24
* QPID-949 : Removed all getMessage() calls as this will cause a flowed message...Martin Ritchie2009-03-0915-64/+77
* Added test to ensure ThreadPool is references are correctly removed for Prior...Martin Ritchie2009-03-092-10/+45
* QPID-1634 : FileQueueBackingStore had two issues. Delete wasn't using the get...Martin Ritchie2009-03-061-7/+9
* QPID-949, QPID-1633 : Set default Maximum Memory Usage for a queue to 100Meg....Martin Ritchie2009-03-064-14/+100