summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-83/+20
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-293/+203
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-97/+126
* QPID-3855: only increment activeConsumerCount during registration if the subs...Robert Gemmell2012-02-191-2/+5
* QPID-3823: ServerSession unblock(AMQQueue) can cause NPE when trying to remov...Keith Wall2012-02-091-23/+21
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-13/+19
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-7/+7
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-271-0/+2
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-4/+7
* QPID-3720 : Fix issue with default group assignment pointed out by RobbieRobert Godfrey2012-01-161-2/+2
* QPID-3720 : Fix bug which causes failure in 0-9-1 tests, namely SimpleAMQQueu...Robert Godfrey2012-01-111-3/+3
* QPID-3720 : Add alternative (C++ style) grouping and apply comments from Robb...Robert Godfrey2012-01-111-27/+61
* QPID-3730: remove ReadWriteJobQueue, it is no longer necessary as the only th...Robert Gemmell2012-01-091-2/+1
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-34/+93
* QPID-3713 : Implement producer side flow control for 0-10 in Java BrokerRobert Godfrey2012-01-021-7/+6
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-9/+12
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-151-93/+148
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-6/+34
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-171-2/+4
* Undoing commits of stuff that was meant for my 1-0 sandboxRobert Godfrey2011-08-141-245/+189
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-141-189/+245
* QPID-3064, QPID-3157: ensure the node for a given Subscription is unlinked fr...Robert Gemmell2011-07-301-11/+9
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-131-6/+6
* QPID-3219: update handling of QueueEntries to exclude use of entries in the i...Robert Gemmell2011-06-071-11/+10
* QPID-3164 - Remove dead methods SimpleAMQQueue.requeue(QueueEntryImpl, Subscr...Robert Gemmell2011-04-041-18/+0
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-301-48/+7
* QPID-3165: ensure all subscriptions are checked before making the decision on...Robert Gemmell2011-03-271-22/+69
* 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