summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration/ServerConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-191-994/+0
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-121-86/+4
* QPID-4255: Add "log out" functionality to web UIKeith Wall2012-09-061-0/+9
* QPID-4283: Make web management capable of using external authentication manager.Keith Wall2012-09-041-0/+11
* QPID-4271: improve behaviour when embedding the broker inside a containerKeith Wall2012-09-041-1/+16
* QPID-4238: escape tags for queue and virtualhost names with dots in them when...Robert Gemmell2012-09-021-2/+2
* QPID-4253: add configuration for basic-auth on http / https management and se...Robert Gemmell2012-09-021-0/+10
* QPID-4182: Set the default minimumAlertRepeatGap value to 30 secondsRobert Gemmell2012-08-021-1/+2
* QPID-3998: Add HTTPS support for the REST management interfaceRobert Gemmell2012-07-131-1/+13
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-281-9/+43
* QPID-3997: [Java Broker] Allow assignment of AuthenticationManager on a per-p...Keith Wall2012-06-101-4/+13
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-061-25/+58
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-291-0/+30
* QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-181-1/+6
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-171-0/+21
* QPID-3988 : [Java] Update dependencies to latest versionRobert Godfrey2012-05-081-1/+1
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-041-0/+11
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-081-1/+1
* QPID-3813: allow configuring the default version reply to an unsupported prot...Robert Gemmell2012-02-041-0/+11
* QPID-3800: add the ability to disable particular protocol versions broker-wid...Robert Gemmell2012-02-021-0/+24
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-291-2/+14
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-4/+4
* QPID-3788: Remove remaining MINA configuration keys (and those from other ret...Keith Wall2012-01-281-14/+2
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-11/+12
* QPID-3730: remove ReadWriteJobQueue, it is no longer necessary as the only th...Robert Gemmell2012-01-091-6/+0
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-0/+32
* QPID-3641: ACLV2 Simplifications and Improvements for Java BrokerKeith Wall2011-11-241-0/+5
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-091-0/+12
* QPID-3517: Inconsistent SSL configuration keys in Java Broker in config.xmlKeith Wall2011-10-161-10/+30
* QPID-3486: Make connector server port used for JMX configurable.Keith Wall2011-09-141-6/+20
* QPID-3266: Tidy up housekeeping configuration option for scheduling frequencyKeith Wall2011-08-261-5/+11
* QPID-3439: add intermediate task class for Signal handling using reflection t...Robert Gemmell2011-08-211-29/+20
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-181-3/+3
* QPID-3283: make Authentication Manager pluggable.Robert Gemmell2011-07-151-22/+7
* QPID-2815: refactor broker startup to present a clean interface interface for...Robert Gemmell2011-07-071-3/+3
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-071-56/+6
* QPID-3341: remove unused/dead transport code and accompanying implementation ...Robert Gemmell2011-07-071-33/+6
* QPID-3296: update RMIPasswordAuthenticator to authenticate users via Authenti...Robert Gemmell2011-06-091-10/+7
* QPID-3261: decrease severity / improve clarity of log messages.Robert Gemmell2011-05-161-1/+1
* QPID-2759: Remove defunct jmxremote.access file user management rights manipu...Robert Gemmell2011-05-101-6/+9
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-081-0/+30
* QPID-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-041-0/+6
* QPID-3023: enable using the ServerConfiguration directly instead of leveragin...Robert Gemmell2011-01-271-1/+1
* QPID-3010: ensure the SimpleByteBufferAllocator is always used and non-direct...Robert Gemmell2011-01-211-10/+0
* QPID-2892: Catch Exception on signal handler failureAndrew Donald Kennedy2010-10-031-1/+1
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-3/+3
* QPID-2624: Check whether virtualhosts configuration file existsRobert Gemmell2010-05-311-0/+4
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-18/+33
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-311-33/+37
* QPID-2581 : Update ConfigurationPlugin to provide a validateConfiguration() m...Martin Ritchie2010-05-211-0/+6