summaryrefslogtreecommitdiff
path: root/qpid/java/broker
Commit message (Expand)AuthorAgeFilesLines
...
* 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-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
* QPID-1635 : Feed back from review, ensure that getMessage() never returns nul...Martin Ritchie2009-03-062-15/+10
* QPID-1628 : Ensured all getSize() calls are done on the QueueEntry to prevent...Martin Ritchie2009-03-069-25/+26
* Style ChangesMartin Ritchie2009-03-062-69/+61
* QPID-1639 : Added test to ensure that properties passed on QueueDeclare are a...Martin Ritchie2009-03-061-5/+59
* QPID-1637 : Update to test to correctly use priority queues in test. Fixed bi...Martin Ritchie2009-03-037-67/+183
* Prevent NullPointerException when backing store file is deleted externallyMartin Ritchie2009-03-031-7/+11
* QPID-430: Change configuration variable name in line with review remarks.Aidan Skinner2009-03-033-6/+8
* QPID-1583: close all app registries after use.Aidan Skinner2009-03-021-2/+7
* QPID-1637 : Added Purger thread for Priority Queues and when threasholds are ...Martin Ritchie2009-03-0214-211/+673
* QPID-1583: Add test for reloading external firewall rules, fix buglets this t...Aidan Skinner2009-03-0210-80/+299
* QPID-1704: updated server configuration testRobert Gemmell2009-03-021-12/+0
* QPID-1704: remove JMXMP ConnectorServer usage from the brokers JMX management...Robert Gemmell2009-03-025-165/+123
* QPID-1492: make the broker return the current queue depth and maximum queue d...Robert Gemmell2009-03-024-14/+13