summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/configuration/QueueConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-42/+3
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-0/+6
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-1/+1
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-2/+3
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-1/+16
* QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-201-1/+6
* QPID-2681 : Provide ability to merge configurations. This does simple merging...Martin Ritchie2010-07-051-1/+39
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-1/+2
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-311-2/+0
* QPID-2581 : Update ConfigurationPlugin to provide a validateConfiguration() m...Martin Ritchie2010-05-211-0/+6
* QPID-1447 : Complete SCDPolicyConfiguration TestingMartin Ritchie2010-05-211-20/+17
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-191-0/+6
* QPID-2614 : Update QueueConfiguration to take two parameters, moved Munging c...Martin Ritchie2010-05-181-3/+8
* QPID-2579 : Remove debug loggingMartin Ritchie2010-05-071-1/+1
* QPID-2581 : Add ConfigurationManager and split config creation from config pr...Martin Ritchie2010-05-071-3/+30
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-0/+9
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-011-0/+10
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+111
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-120/+0
* QPID-1633 : Ensured that FlowToDisk configuration defaults to 100Meg and is p...Martin Ritchie2009-04-101-2/+2
* QPID-1730: make it easy to configure queues, fix inheriting settings from the...Aidan Skinner2009-04-031-13/+9
* QPID-949, QPID-1633 : Set default Maximum Memory Usage for a queue to 100Meg....Martin Ritchie2009-03-061-1/+1
* QPID-1637 : Added Purger thread for Priority Queues and when threasholds are ...Martin Ritchie2009-03-021-1/+1
* QPID-1633 : Added new properties to SimpleAMQQueue with appropriate getters/s...Martin Ritchie2009-02-251-1/+19
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-191-0/+106