summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
* Merge in trunk to r752275Stephen D. Huston2009-03-10100-1467/+6611
* Fix build deps fileAidan Skinner2009-02-241-4/+0
* QPID-1612: Allow split configuration files. Add tests for old-style and new-s...Aidan Skinner2009-02-241-0/+4
* QPID-1612: add environment variables for some things, sanitise the housekeepi...Aidan Skinner2009-02-241-10/+0
* QPID-1612: add test class for ServerConfigurationAidan Skinner2009-02-241-0/+7
* Merge branch 'QPID-1612'Aidan Skinner2009-02-242-15/+741
* QPID-1621,QPID-1632 : Added a setManagementEnabled option to allow the MC to ...Martin Ritchie2009-02-207-29/+24
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ...Martin Ritchie2009-02-2030-464/+430
* QPID-1632 - Initial testing of reference counting and implemntation of Transa...Martin Ritchie2009-02-2020-267/+168
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-1952-1150/+1164
* QPID-1631 : Convert MessageStore to TransactionLog and RoutingTable. Updated ...Martin Ritchie2009-02-1335-304/+460
* QPID-1630 : Updated MessageFactory to be responsible for assigning messagIDs....Martin Ritchie2009-02-1321-377/+548
* QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ba...Aidan Skinner2009-02-134-77/+689
* QPID-1629 : Convered AMQMessage to Interface and created concrete Transient/P...Martin Ritchie2009-02-1335-1428/+1367
* QPID-1628 : Further tiding up of imports no longer requried.Martin Ritchie2009-02-1321-36/+50
* QPID-1629 : Fully test MessageHandles before moveMartin Ritchie2009-02-134-4/+372
* QPID-430: Fix message age alerting so that it works on queues which are other...Aidan Skinner2009-02-117-23/+19
* QPDI-1583: Implement support for comma-seperated lists of networks and hostna...Aidan Skinner2009-02-113-31/+100
* TestIoSession: default address and port to avoid illegal arguments when creat...Aidan Skinner2009-02-111-2/+2
* Merge branch 'QPID-1583'Aidan Skinner2009-02-114-0/+556
* Remove MockIoSession, replace with TestIoSession everywhere.Aidan Skinner2009-02-104-300/+26
* QPID-1626: Add per-virtualhost authorization plugins.Aidan Skinner2009-02-0924-242/+807
* QPID-1652 : Created MessagePublishInfoImpl and Unit Test, removed the several...Martin Ritchie2009-02-0914-457/+28
* QPID-1628 : Moved Redelivered from AMQMessage to QueueEntryMartin Ritchie2009-02-0620-127/+218
* QPID-1626: Make ACLPlugin a more sensible interface, get rid of the giant swi...Aidan Skinner2009-02-0419-313/+537
* 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-266-10/+31
* Remove unused class JmsConsumerAidan Skinner2009-01-221-110/+0
* QPID-1600: Add tests for PrincipalPermissions, document arguments to authoris...Aidan Skinner2009-01-202-0/+176
* QPID-1573: Move unit tests that were living in systests into appropriate modu...Aidan Skinner2009-01-1915-2/+2961
* QPID-1563: Use createTempFileAidan Skinner2009-01-092-19/+3
* QPID-1524 : Added missing locking that could cause simultaneous delivery by m...Martin Ritchie2008-12-171-0/+5
* QPID-1538 : Reverted r727068Martin Ritchie2008-12-171-21/+14
* QPID-1536 : Reverted r727057Martin Ritchie2008-12-174-34/+20
* QPID-1537 : Reverted r727070Martin Ritchie2008-12-1714-25/+21
* Reverted r727089Martin Ritchie2008-12-171-17/+0
* QPID-1537 : Added a test to ensure the version is correctly set for AMQUserMa...Martin Ritchie2008-12-161-0/+17
* 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
* QPID-1536 : Convert Base64MD5PrincipalDatabase to accept plain text password ...Martin Ritchie2008-12-164-20/+34
* Added the ASF license header to the following files.Rajith Muditha Attapattu2008-12-162-1/+41
* QPID-1469: style fixAidan Skinner2008-12-151-115/+114
* QPID-1524 : Added a catch to print out the message order to help rule out mes...Martin Ritchie2008-12-111-10/+27
* QPID-1469: Fix NullPointerException, add test for deleteUser which would expo...Aidan Skinner2008-12-092-0/+158
* QPID-1503: Add more tests for Base64MD5PasswordFilePrincipalDatabase, fix bug...Aidan Skinner2008-12-092-9/+61
* QPID-1503 : Updates based on code reviewMartin Ritchie2008-12-094-89/+21
* QPID-1503 : Update to Base64 to correctly save password file. Pulled User out...Martin Ritchie2008-12-051-0/+121
* QPID-1503 : Update to Base64 to correctly save password file. Pulled User out...Martin Ritchie2008-12-053-124/+466
* QPID-1482 : Patch provided by Robert Gemmell, To allow PLAIN authentication v...Martin Ritchie2008-12-031-66/+7
* QPID-1501 : Remove @Override annotations to allow compilation under JDK 1.5Martin Ritchie2008-12-023-28/+1