summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-191-1791/+0
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-121-33/+6
* QPID-4255: Add "log out" functionality to web UIKeith Wall2012-09-061-0/+13
* QPID-4283: Make web management capable of using external authentication manager.Keith Wall2012-09-041-0/+39
* QPID-4182: Set the default minimumAlertRepeatGap value to 30 secondsRobert Gemmell2012-08-021-1/+1
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-281-14/+6
* QPID-3997: [Java Broker] Allow assignment of AuthenticationManager on a per-p...Keith Wall2012-06-101-1/+69
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-291-0/+94
* QPID-3800: add the ability to disable particular protocol versions broker-wid...Robert Gemmell2012-02-021-0/+52
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-291-4/+13
* QPID-3788: Remove remaining MINA configuration keys (and those from other ret...Keith Wall2012-01-281-13/+0
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-8/+9
* QPID-3730: remove ReadWriteJobQueue, it is no longer necessary as the only th...Robert Gemmell2012-01-091-13/+0
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-0/+114
* QPID-3641: ACLV2 Simplifications and Improvements for Java BrokerKeith Wall2011-11-241-0/+12
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-091-5/+25
* QPID-3517: Inconsistent SSL configuration keys in Java Broker in config.xmlKeith Wall2011-10-161-12/+26
* QPID-3486: Make connector server port used for JMX configurable.Keith Wall2011-09-141-6/+33
* QPID-3266: Tidy up housekeeping configuration option for scheduling frequencyKeith Wall2011-08-261-4/+28
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-181-2/+2
* QPID-3283: make Authentication Manager pluggable.Robert Gemmell2011-07-151-81/+32
* QPID-2815: refactor broker startup to present a clean interface interface for...Robert Gemmell2011-07-071-9/+12
* QPID-3026: remove incomplete support for multiple ApplicationRegistry instanc...Robert Gemmell2011-07-071-278/+256
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-071-3/+5
* QPID-3341: remove unused/dead transport code and accompanying implementation ...Robert Gemmell2011-07-071-62/+3
* QPID-3296: update RMIPasswordAuthenticator to authenticate users via Authenti...Robert Gemmell2011-06-091-29/+27
* QPID-2759: Remove defunct jmxremote.access file user management rights manipu...Robert Gemmell2011-05-101-19/+27
* QPID-3010: ensure the SimpleByteBufferAllocator is always used and non-direct...Robert Gemmell2011-01-211-28/+0
* QPID-2623 : Simple changes to classes that extended TestCase, now they extend...Martin Ritchie2010-06-021-17/+3
* QPID-2624: Check whether virtualhosts configuration file existsRobert Gemmell2010-05-311-0/+29
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-311-406/+121
* QPID-2583 : Update tests to correctly throw ConfigurationException where requ...Martin Ritchie2010-05-071-1/+110
* QPID-2361: actually write out the required default virtualhost propertyRobert Gemmell2010-04-061-0/+1
* QPID-2361: Fix to correctly set default virtualhost name in external configur...Robert Gemmell2010-04-051-0/+5
* QPID-2630, QPID-2631: Restore the virtualhosts.xml file. When a virtualhosts....Robert Gemmell2010-03-301-34/+619
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-84/+117
* QPID-2184: replace random 1second wait with a LogMonitor check that the reloa...Robert Gemmell2009-12-011-3/+3
* QPID-2184: make sure global security plugins are reconfigured properlyAidan Skinner2009-11-111-32/+66
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-7/+15
* QPID-2001 : Updated Broker Logging Unit tests to ensure that they enable logg...Martin Ritchie2009-10-221-1/+2
* Merge java-network-refactor branchAidan Skinner2009-10-151-28/+26
* QPID-2091 : Updated ServerConfiguration and added test to ServerConfiguration...Martin Ritchie2009-09-101-20/+35
* QPID-2001 : Default Locale should be the VMs locale not en_US.Martin Ritchie2009-08-141-3/+2
* QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by re...Martin Ritchie2009-08-061-2/+6
* QPID-2001 : Provide a locale configuration option to allow the localisation o...Martin Ritchie2009-07-221-0/+33
* QPID-1992 : Corrected duplication in ServerConfiguration for StatusUpdates an...Martin Ritchie2009-07-221-0/+18
* QPID-1980 : Update to ServerConfiguration provided by Keith Chow, Updated Ser...Martin Ritchie2009-07-221-16/+10
* QPID-1826: Ensure that server-wide configuration variables in virtualhosts.xm...Aidan Skinner2009-04-231-0/+18
* QPID-1812: Fix firewall rule parsing, add test for this.Aidan Skinner2009-04-151-2/+62
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+867