summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* 753253 ritchiem QPID-1730 : Logging update highlighted that we were printing ...Martin Ritchie2009-04-134-80/+273
* Partially Merged from trunk to provide VirtualHost.getConfiguration() functio...Martin Ritchie2009-04-131-0/+8
* Fix misc compile errors.Aidan Skinner2009-04-136-89/+6
* QPID-1801 Added method to show failure to PrincipalPermissionsTest.java and t...Martin Ritchie2009-04-131-1/+1
* QPID-1792: make JMXManagedObjectRegistry.close() method attempt to de-registe...Martin Ritchie2009-04-131-10/+15
* QPID-1790: add new attribute to logging management mbean to indicate availabl...Martin Ritchie2009-04-132-2/+16
* QPID-1730: make it easy to configure queues, fix inheriting settings from the...Martin Ritchie2009-04-135-17/+106
* QPID-1776: fix interpolation of variables.Martin Ritchie2009-04-131-4/+10
* QPID-1511: add scripts to generate example ssl stores, and add refrence in th...Martin Ritchie2009-04-131-1/+3
* Fix method call from merge gubbinsAidan Skinner2009-04-131-1/+1
* QPID-1767: add units to message age attribute descriptionMartin Ritchie2009-04-131-3/+3
* QPID-1743: change maxMessageSize description to indicate it is in Bytes not K...Martin Ritchie2009-04-131-3/+59
* QPID-1626: handle legacy config file a bit more gracefully.Martin Ritchie2009-04-132-0/+73
* QPID-1736: Timeout DNS lookups if they take more than 30 seconds.Martin Ritchie2009-04-131-3/+60
* QPID-430: Change configuration variable name in line with review remarks.Martin Ritchie2009-04-131-2/+4
* QPID-1583: Add test for reloading external firewall rules, fix buglets this t...Martin Ritchie2009-04-138-15/+50
* QPID-1704: remove JMXMP ConnectorServer usage from the brokers JMX management...Martin Ritchie2009-04-132-162/+123
* QPID-1492: make the broker return the current queue depth and maximum queue d...Martin Ritchie2009-04-132-10/+9
* QPID-1655: use a File object to hold reference to access file instead of a St...Martin Ritchie2009-04-131-62/+106
* QPID-1536: modify the B64MD5 PD to take plain text input and perform the requ...Martin Ritchie2009-04-133-80/+93
* QPID-1502: Update the PlainPasswordFilePrincipalDatabase to be manipulatable ...Martin Ritchie2009-04-132-44/+396
* QPID-1699: fix mbean annotation, log failure to reload file. Address review c...Martin Ritchie2009-04-132-6/+13
* QPID-1612 add missing methodAidan Skinner2009-04-131-0/+5
* QPID-1612: rm files, svn ftwAidan Skinner2009-04-135-389/+0
* QPID-1699: reload the config file sections that we can when we receive SIGHUP...Martin Ritchie2009-04-135-8/+160
* QPID-1648: Remove doubling of new classes. Stoopid patch(1). PEBKAC.Martin Ritchie2009-04-132-796/+0
* QPID-1648: Add LoggingManagement and associated MBean to enable dynamic reloa...Martin Ritchie2009-04-134-17/+1634
* QPID-1568: make isInstanceOf and isRegistered read only methods. Fix code sty...Martin Ritchie2009-04-131-11/+18
* QPID-1537: Version MBeans.Martin Ritchie2009-04-1314-17/+27
* Fix build deps fileMartin Ritchie2009-04-131-4/+0
* Merge branch 'QPID-1612'Martin Ritchie2009-04-131-15/+69
* QPID-1621: forgot to svn add. oops.Aidan Skinner2009-04-134-0/+610
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-04-1329-750/+482
* QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ba...Martin Ritchie2009-04-133-77/+422
* QPID-430: Fix message age alerting so that it works on queues which are other...Martin Ritchie2009-04-135-19/+17
* QPID-1583: Implement support for comma-seperated lists of networks and hostna...Martin Ritchie2009-04-131-21/+55
* Merge branch 'QPID-1583'Martin Ritchie2009-04-133-0/+289
* QPID-1626: Add per-virtualhost authorization plugins.Martin Ritchie2009-04-1316-226/+501
* 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
* QPID-1536 : Convert Base64MD5PrincipalDatabase to accept plain text password ...Martin Ritchie2008-12-162-13/+28