summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-101-101/+142
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-5/+5
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-72/+169
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-104/+187
* NO-JIRA: JMS FixesRobert Godfrey2011-09-041-2/+8
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-151-34/+28
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-151-86/+74
* Reapplying 1-0 sandbox changes to correct branch (hopefully)Robert Godfrey2011-08-141-103/+144
* QPID-2900: Changed SimpleAMQQueue to avoid race condition in the updating ato...Robert Gemmell2011-02-081-3/+2
* QPID-2869: prevent entering the source queue as destinationRobert Gemmell2010-09-181-0/+8
* QPID-2868: guard against non-existent destinations when moving/copyingRobert Gemmell2010-09-181-3/+10
* QPID-2870: move the authorisation check outside the AtomicBoolean wrapped que...Robert Gemmell2010-09-181-5/+6
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-22/+22
* QPID-2679: cache queues that are configured on a per-virtualhost basisAndrew Donald Kennedy2010-07-221-1/+8
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-161-0/+12
* QPID-1447 : Added some addition debug log to queue to aid understanding when ...Martin Ritchie2010-07-051-0/+5
* QPID-1447 : Move Queue Reconfiguration to the Queue rather than the Binding F...Martin Ritchie2010-07-051-0/+9
* QPID-2638 : Add initial support for Topics section in configuration file.Martin Ritchie2010-06-141-10/+16
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-141-7/+5
* QPID-2625 : Update GenerateLogMessages to probe the property file for 3-Digit...Martin Ritchie2010-06-021-0/+5
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-60/+60
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-191-9/+13
* QPID-2581 : Add ConfigurationManager and split config creation from config pr...Martin Ritchie2010-05-071-1/+9
* QPID-2575 : Create Connection and Session models to correctly expose the Owni...Martin Ritchie2010-05-071-3/+5
* QPID-2379: add the queue UnackedMessage countsRobert Gemmell2010-03-231-0/+33
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-041-1/+1
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-041-1/+24
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-041-1/+25
* QPID-2379: add ConsumerCountHigh to Queue delegateRobert Gemmell2010-03-041-1/+15
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-99/+252
* QPID-2263 : Stop Exceptions killing the HouseKeeping thread. Also prevented D...Martin Ritchie2009-12-111-7/+20
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-091-2/+14
* QPID-2250: Remove requirement for message persistence and queue durability fr...Robert Gemmell2009-12-081-19/+15
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attribute...Robert Gemmell2009-12-081-0/+6
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-031-5/+5
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-407/+495
* Fix compiler compliance levels, not allowed @Override on interfaces in 1.5Aidan Skinner2009-10-111-1/+0
* QPID-942 : Added tests for broker and client log messages produced when flow ...Robert Godfrey2009-10-071-3/+7
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-011-4/+88
* QPID-2118 : Corrected 010Exclude for runtime selector exception. Tidied up Se...Martin Ritchie2009-09-301-2/+5
* QPID-2120 : Updated SimpleAMQQueue to ensure that the sub.isSuspended() check...Martin Ritchie2009-09-301-68/+112
* QPID-2002 : Addition of a QueueActor to be set during running of the processQ...Martin Ritchie2009-08-121-0/+10
* Updated SAMQQ to only display owner when it is non-nullMartin Ritchie2009-08-121-0/+1
* QPID-2036: replace the getMessagesRangeOnTheQueue() implementation with a Que...Robert Gemmell2009-08-091-22/+15
* QPID-2002, QPID-2001 : Add new SubscriptionActor to perform Subscription clos...Martin Ritchie2009-08-061-9/+6
* QPID-2002 : Added exclusive parameter to subscription.setQueue to allow impro...Martin Ritchie2009-08-061-1/+1
* QPID-2002 : Add Queue Logging Tests.Martin Ritchie2009-08-061-3/+6
* QPID-2002 : Add Queue Creation loggingMartin Ritchie2009-08-061-11/+38
* QPID-1992 : Addition of new Broker Logging FrameworkMartin Ritchie2009-07-221-0/+10
* QPID-1961: expand viewMessages() queue operation to support long parameters, ...Robert Gemmell2009-07-211-0/+37