summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/queue/QueueEntryImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-1/+1
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-2/+2
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-4/+13
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-3/+0
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-3/+14
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-35/+60
* QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-201-50/+15
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-171-1/+6
* QPID-3387: use the subscription ID to track rejection rather than the subscri...Robert Gemmell2011-08-081-9/+6
* NO-JIRA: remove interface method @overridesRobert Gemmell2011-07-071-2/+0
* QPID-3219: update handling of QueueEntries to exclude use of entries in the i...Robert Gemmell2011-06-071-1/+13
* QPID-3164 - Remove dead methods SimpleAMQQueue.requeue(QueueEntryImpl, Subscr...Robert Gemmell2011-04-041-9/+0
* QPID-2379: add the queue UnackedMessage countsRobert Gemmell2010-03-231-11/+19
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-041-2/+3
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-11/+19
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-42/+188
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-011-3/+3
* Prevent NPE in QueueEntryImpl.debugIdentityMartin Ritchie2009-09-301-1/+9
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+388
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-568/+0
* QPID-1768 : Removed all the special priority queue code. Added the ability fo...Martin Ritchie2009-03-261-0/+7
* QPID-1735 : Added Documentation to QueueBackingStore around thread safety of ...Martin Ritchie2009-03-251-30/+68
* QPID-1735 : Removed duplicated methods with differing functionality that was ...Martin Ritchie2009-03-251-6/+1
* QPID-1763 : Fixed slow down due to fs lookup for unloaded message introduced ...Martin Ritchie2009-03-201-5/+11
* QPID-949 : Removed all getMessage() calls as this will cause a flowed message...Martin Ritchie2009-03-091-2/+9
* QPID-1635 : Feed back from review, ensure that getMessage() never returns nul...Martin Ritchie2009-03-061-0/+10
* Style ChangesMartin Ritchie2009-03-061-64/+55
* QPID-1637 : Update to test to correctly use priority queues in test. Fixed bi...Martin Ritchie2009-03-031-2/+2
* QPID-1637 : Added Purger thread for Priority Queues and when threasholds are ...Martin Ritchie2009-03-021-8/+31
* QPID-1635,QPID-1636,QPID-1638 : Updated QueueEntries to contain additional va...Martin Ritchie2009-02-271-8/+24
* QPID-1635,QPID-1636 : Moved additional properties from AMQMessage up to Queue...Martin Ritchie2009-02-271-10/+87
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ...Martin Ritchie2009-02-201-21/+6
* QPID-1632 - Initial testing of reference counting and implemntation of Transa...Martin Ritchie2009-02-201-0/+6
* QPID-1629 : Convered AMQMessage to Interface and created concrete Transient/P...Martin Ritchie2009-02-131-1/+1
* QPID-1628 : Moved Redelivered from AMQMessage to QueueEntryMartin Ritchie2009-02-061-2/+21
* QPID-1136 : Fixed Flow Control problem due to this change and added test to v...Martin Ritchie2008-08-121-10/+6
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-191-0/+392