summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/AMQQueue.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-101-8/+5
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-2/+8
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-0/+20
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-151-3/+3
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-151-10/+0
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-161-0/+2
* QPID-2638 : Add initial support for Topics section in configuration file.Martin Ritchie2010-06-141-2/+3
* QPID-2625 : Update GenerateLogMessages to probe the property file for 3-Digit...Martin Ritchie2010-06-021-0/+3
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-1/+2
* QPID-2581 : Add ConfigurationManager and split config creation from config pr...Martin Ritchie2010-05-071-0/+2
* QPID-2575 : Create Connection and Session models to correctly expose the Owni...Martin Ritchie2010-05-071-2/+4
* QPID-2379: add the queue UnackedMessage countsRobert Gemmell2010-03-231-0/+1
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-041-1/+1
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-26/+24
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-091-0/+3
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attribute...Robert Gemmell2009-12-081-1/+1
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-19/+44
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-011-0/+13
* QPID-2015: Add 2 new methods to the VirtualHostManager to retrieve attribute ...Robert Gemmell2009-08-091-0/+3
* QPID-1961: expand viewMessages() queue operation to support long parameters, ...Robert Gemmell2009-07-211-0/+11
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+220
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-220/+0
* QPID-1730: make it easy to configure queues, fix inheriting settings from the...Aidan Skinner2009-04-031-0/+2
* QPID-1633 : Added new properties to SimpleAMQQueue with appropriate getters/s...Martin Ritchie2009-02-251-0/+10
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ...Martin Ritchie2009-02-201-7/+0
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-191-4/+4
* QPID-1628 : Further tiding up of imports no longer requried.Martin Ritchie2009-02-131-3/+0
* QPID-430: Fix message age alerting so that it works on queues which are other...Aidan Skinner2009-02-111-3/+5
* QPID-1266 - Provide a stop() method on AMQQueue to stop all processing on tha...Martin Ritchie2008-09-021-0/+2
* QPID-1167: reset queue notification lists when creating queues. Pull out defa...Aidan Skinner2008-08-211-0/+4
* QPID-1224: add methods to get the list of message ids from a queue, with opti...Aidan Skinner2008-08-081-0/+4
* QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be...Martin Ritchie2008-08-071-0/+1
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-191-912/+93
* QPID-832 copy the M2.x brokerAidan Skinner2008-04-231-0/+1024
* Delete stuff that's just going to get synced from M2.xAidan Skinner2008-04-231-1052/+0
* Remerge of M2. All tests pass locallyMartin Ritchie2007-08-301-56/+277
* Rolled back revision 561365 and commented out some broken code in ClientSessi...Rafael H. Schloming2007-07-311-215/+35
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-07-311-35/+215
* Merged revisions 550748-551121 via svnmerge from Martin Ritchie2007-06-271-2/+12
* Refactored exceptions to have single constructors and made room for wrapped c...Rupert Smith2007-05-211-112/+45
* Merged revisions 540107 via svnmerge from Rupert Smith2007-05-211-58/+78
* I am commiting the patch supplied by Arnaud Simon. This patch contains suppor...Rajith Muditha Attapattu2007-05-021-58/+194
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-04-241-1/+1
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-04-201-7/+9
* merged from M2 (r521792:522567) QPID-408 QPID-421 QPID-428Bhupendra Bhusman Bhardwaj2007-03-271-3/+3
* - DeliveryManager.getMessage is reimplmented because the ConcurrentLinkedMess...Bhupendra Bhusman Bhardwaj2007-03-151-32/+18
* QPID-346,QPID-386,QPID-403, QPID-410 Rollback, Basic-Reject, QueueBrowser NO_...Martin Ritchie2007-03-131-2/+1
* QPID-403 QPID-346 QPID-355 QPID-386 QPID-389 Updates to fix Transactional Rol...Martin Ritchie2007-03-061-14/+26
* QPID-388 : hand merged the changes done in perftesting branch Bhupendra Bhusman Bhardwaj2007-03-051-1/+5
* QPID-346 Message loss after rollbackMartin Ritchie2007-02-231-88/+55