summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/handler/QueueDeclareHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-9/+4
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-1/+4
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-4/+8
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-301-1/+0
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-3/+1
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-4/+5
* QPID-3774 : allow out of order completion of persistent enqueues / dequeues (...Robert Godfrey2012-01-211-0/+1
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-6/+7
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-131-2/+2
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-19/+3
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-191-2/+2
* QPID-2575 : Add getClientID to SessionModel and standardise use accross 0-8/0...Martin Ritchie2010-05-071-6/+6
* QPID-2575 : Create Connection and Session models to correctly expose the Owni...Martin Ritchie2010-05-071-23/+31
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-6/+7
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-091-20/+54
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-7/+31
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+203
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-203/+0
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-191-16/+10
* QPID-1631 : Convert MessageStore to TransactionLog and RoutingTable. Updated ...Martin Ritchie2009-02-131-6/+3
* QPID-1626: Make ACLPlugin a more sensible interface, get rid of the giant swi...Aidan Skinner2009-02-041-3/+6
* QPID-1167: reset queue notification lists when creating queues. Pull out defa...Aidan Skinner2008-08-211-7/+1
* QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be...Martin Ritchie2008-08-071-1/+1
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-191-3/+6
* QPID-832 copy the M2.x brokerAidan Skinner2008-04-231-0/+212
* Delete stuff that's just going to get synced from M2.xAidan Skinner2008-04-231-215/+0
* Remerge of M2. All tests pass locallyMartin Ritchie2007-08-301-9/+13
* Rolled back revision 561365 and commented out some broken code in ClientSessi...Rafael H. Schloming2007-07-311-7/+0
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-07-311-0/+7
* Refactored exceptions to have single constructors and made room for wrapped c...Rupert Smith2007-05-211-1/+1
* I am commiting the patch supplied by Arnaud Simon. This patch contains suppor...Rajith Muditha Attapattu2007-05-021-2/+10
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Robert Greig2007-04-191-27/+25
* QPID-415Bhupendra Bhusman Bhardwaj2007-03-151-0/+8
* QPID-325 : Persist durable exchange information in the storeRobert Godfrey2007-02-201-2/+2
* QPID-375 : remove assumptions on standard exchanges (amq.direct, amq.topic, e...Robert Godfrey2007-02-161-1/+1
* QPID-11 remove protocol literals from code. Martin Ritchie2007-02-161-6/+12
* Applied QPID-162 patches from Kevin SmithMartin Ritchie2007-02-141-9/+12
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-241-14/+49
* QPID-314 : Patch supplied by Rob Godfrey - treat non-durable exclusive queues...Robert Greig2007-01-231-1/+1
* QPID-275 : Patch supplied by Rob Godfrey - Add support for get / purge / qos ...Robert Greig2007-01-191-9/+13
* Refactor to create a common AMQMethodEvent object. Also created a common AMQP...Kim van der Riet2007-01-111-1/+1
* QPID-275 : (Patch supplied by Rob Godfrey) Fixes to allow broker to pass more...Robert Greig2007-01-101-14/+27
* QPID-255 : Patch Supplied by Rob Godfrey - Change to use bespoke AMQShortStri...Robert Greig2007-01-081-4/+6
* AMQP version using new generator - Part 1. In these changes, all places where...Kim van der Riet2006-12-221-1/+8
* directory moves required for maven mergeStephen Vinoski2006-11-181-0/+127