summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1648: Remove doubling of new classes. Stoopid patch(1). PEBKAC.Aidan Skinner2009-02-252-796/+0
* QPID-1648: Add LoggingManagement and associated MBean to enable dynamic reloa...Aidan Skinner2009-02-254-17/+1634
* QPID-1568: make isInstanceOf and isRegistered read only methods. Fix code sty...Aidan Skinner2009-02-251-11/+18
* QPID-1537: Version MBeans.Aidan Skinner2009-02-2514-17/+27
* QPID-1686 - Had to had another AR.getInstance() call as alternative is to com...Martin Ritchie2009-02-251-2/+12
* QPID-1634 : Created QueueBackingStore interface and implementation FileQueueB...Martin Ritchie2009-02-259-18/+558
* QPID-1633 : Added new properties to SimpleAMQQueue with appropriate getters/s...Martin Ritchie2009-02-258-6/+234
* QPID-1632 : Removed commented codeMartin Ritchie2009-02-251-1/+0
* Fix build deps fileAidan Skinner2009-02-241-4/+0
* Merge branch 'QPID-1612'Aidan Skinner2009-02-241-15/+69
* QPID-1621,QPID-1632 : Added a setManagementEnabled option to allow the MC to ...Martin Ritchie2009-02-205-22/+17
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ...Martin Ritchie2009-02-2019-232/+146
* QPID-1632 - Initial testing of reference counting and implemntation of Transa...Martin Ritchie2009-02-2014-69/+67
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-1938-1083/+1056
* QPID-1631 : Convert MessageStore to TransactionLog and RoutingTable. Updated ...Martin Ritchie2009-02-1320-227/+338
* QPID-1630 : Updated MessageFactory to be responsible for assigning messagIDs....Martin Ritchie2009-02-135-37/+104
* QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ba...Aidan Skinner2009-02-133-77/+422
* QPID-1629 : Convered AMQMessage to Interface and created concrete Transient/P...Martin Ritchie2009-02-1316-960/+696
* QPID-1628 : Further tiding up of imports no longer requried.Martin Ritchie2009-02-1320-36/+0
* QPID-1629 : Fully test MessageHandles before moveMartin Ritchie2009-02-132-4/+13
* QPID-430: Fix message age alerting so that it works on queues which are other...Aidan Skinner2009-02-115-19/+17
* QPDI-1583: Implement support for comma-seperated lists of networks and hostna...Aidan Skinner2009-02-111-21/+55
* Merge branch 'QPID-1583'Aidan Skinner2009-02-113-0/+289
* QPID-1626: Add per-virtualhost authorization plugins.Aidan Skinner2009-02-0916-226/+501
* QPID-1652 : Created MessagePublishInfoImpl and Unit Test, removed the several...Martin Ritchie2009-02-091-28/+2
* QPID-1628 : Moved Redelivered from AMQMessage to QueueEntryMartin Ritchie2009-02-0616-115/+120
* QPID-1626: Make ACLPlugin a more sensible interface, get rid of the giant swi...Aidan Skinner2009-02-0418-300/+526
* QPID-1493 : Patch from Robert Gemmell : Corrected inaccurate exception.Martin Ritchie2009-01-261-1/+1
* QPID-1533 : Patch from Robert Gemmell, Fixes the reload tab in UserManagement...Martin Ritchie2009-01-265-10/+26
* Remove unused class JmsConsumerAidan Skinner2009-01-221-110/+0
* QPID-1600: Add tests for PrincipalPermissions, document arguments to authoris...Aidan Skinner2009-01-201-0/+30
* QPID-1563: Use createTempFileAidan Skinner2009-01-092-19/+3
* QPID-1538 : Reverted r727068Martin Ritchie2008-12-171-21/+14
* QPID-1536 : Reverted r727057Martin Ritchie2008-12-172-28/+13
* QPID-1537 : Reverted r727070Martin Ritchie2008-12-1714-25/+21
* QPID-1537 : Version all the MBeans to allow changes in the API contracts. Set...Martin Ritchie2008-12-1614-21/+25
* QPID-1538 : Ensure that RMI connections use our custom InvokerMartin Ritchie2008-12-161-14/+21