summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-031-21/+3
* QPID-1730: make it easy to configure queues, fix inheriting settings from the...Aidan Skinner2009-04-035-21/+62
* 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-033-35/+44
* QPID-1783 : Relax MessageFactory to allow out of order recoveryMartin Ritchie2009-04-011-8/+4
* QPID-1764 : Add a BaseTransactionLog that takes care of handling persistent m...Martin Ritchie2009-04-019-92/+456
* Reduce logging to ease CC buildsMartin Ritchie2009-03-271-3/+6
* QPID-1768 : Removed all the special priority queue code. Added the ability fo...Martin Ritchie2009-03-264-311/+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-261-4/+10
* QPID-1735 : Added Documentation to QueueBackingStore around thread safety of ...Martin Ritchie2009-03-255-108/+196
* QPID-1735 : Removed duplicated methods with differing functionality that was ...Martin Ritchie2009-03-252-10/+6
* QPID-1511: add scripts to generate example ssl stores, and add refrence in th...Robert Gemmell2009-03-221-1/+3
* 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-0911-41/+49
* Added test to ensure ThreadPool is references are correctly removed for Prior...Martin Ritchie2009-03-091-0/+1
* 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-062-2/+2
* 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-061-64/+55
* 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-035-54/+157
* 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-032-3/+5
* QPID-1637 : Added Purger thread for Priority Queues and when threasholds are ...Martin Ritchie2009-03-0210-190/+532
* QPID-1583: Add test for reloading external firewall rules, fix buglets this t...Aidan Skinner2009-03-028-15/+50
* QPID-1704: remove JMXMP ConnectorServer usage from the brokers JMX management...Robert Gemmell2009-03-022-162/+123
* QPID-1492: make the broker return the current queue depth and maximum queue d...Robert Gemmell2009-03-022-10/+9
* QPID-1655: use a File object to hold reference to access file instead of a St...Robert Gemmell2009-02-271-62/+106
* QPID-1536: modify the B64MD5 PD to take plain text input and perform the requ...Robert Gemmell2009-02-273-80/+93
* QPID-1502: Update the PlainPasswordFilePrincipalDatabase to be manipulatable ...Robert Gemmell2009-02-272-44/+396
* QPID-1699: fix mbean annotation, log failure to reload file. Address review c...Aidan Skinner2009-02-272-6/+13
* QPID-1699: reload the config file sections that we can when we receive SIGHUP...Aidan Skinner2009-02-275-8/+155
* QPID-1635,QPID-1636,QPID-1638 : Updated QueueEntries to contain additional va...Martin Ritchie2009-02-2714-242/+547
* QPID-1635,QPID-1636 : Moved additional properties from AMQMessage up to Queue...Martin Ritchie2009-02-2713-214/+447
* QPID-1632 : Tidied up old referenceCount variable that was still in use in lo...Martin Ritchie2009-02-271-4/+2
* QPID-1629 : Forgot to delete AMQMessageHandle.javaMartin Ritchie2009-02-271-75/+0