summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/configuration/ServerConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-1031/+0
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-35/+180
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-1/+12
* 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
* QPID-1447 : Complete SCDPolicyConfiguration TestingMartin Ritchie2010-05-211-59/+59
* QPID-2579 : Remove debug loggingMartin Ritchie2010-05-071-2/+2
* QPID-2581 : Add ConfigurationManager and split config creation from config pr...Martin Ritchie2010-05-071-69/+119
* QPID-2097: Use the standard RMIServerSocketFactory for InVM testing to workar...Robert Gemmell2010-04-201-0/+11
* QPID-2361: Fix to correctly set default virtualhost name in external configur...Robert Gemmell2010-04-051-0/+4
* QPID-2360, QPID-2361: Restore the virtualhosts.xml file. When a virtualhosts....Robert Gemmell2010-03-301-40/+76
* QPID-2273 : Fix Protocol NegotiationRobert Godfrey2009-12-181-0/+5
* QPID-2184: replace random 1second wait with a LogMonitor check that the reloa...Robert Gemmell2009-12-011-4/+7
* QPID-2184: make sure global security plugins are reconfigured properlyAidan Skinner2009-11-111-1/+1
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-15/+32
* Merge java-network-refactor branchAidan Skinner2009-10-151-1/+55
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-011-1/+12
* QPID-2091 : Updated ServerConfiguration and added test to ServerConfiguration...Martin Ritchie2009-09-101-20/+15
* QPID-2001 : Default Locale should be the VMs locale not en_US.Martin Ritchie2009-08-141-4/+9
* QPID-2011 : Updated AlertingTest to use new LogMonitoring class and corrected...Martin Ritchie2009-08-031-2/+2