summaryrefslogtreecommitdiff
path: root/java/broker/src/test/java/org/apache/qpid/server/queue/AMQPriorityQueueTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-13/+15
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-1/+1
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-1/+3
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-9/+9
* QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-201-4/+4
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-301-1/+1
* QPID-2623 : Simple changes to classes that extended TestCase, now they extend...Martin Ritchie2010-06-021-1/+1
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-29/+30
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+107
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-193/+0
* QPID-1764 : Add a BaseTransactionLog that takes care of handling persistent m...Martin Ritchie2009-04-011-1/+2
* QPID-949 : Removed all getMessage() calls as this will cause a flowed message...Martin Ritchie2009-03-091-9/+9
* QPID-1637 : Update to test to correctly use priority queues in test. Fixed bi...Martin Ritchie2009-03-031-10/+15
* QPID-1637 : Added Purger thread for Priority Queues and when threasholds are ...Martin Ritchie2009-03-021-9/+85
* QPID-1635,QPID-1636,QPID-1638 : Updated QueueEntries to contain additional va...Martin Ritchie2009-02-271-2/+1
* QPID-1635,QPID-1636 : Moved additional properties from AMQMessage up to Queue...Martin Ritchie2009-02-271-0/+7
* QPID-1630 : Updated MessageFactory to be responsible for assigning messagIDs....Martin Ritchie2009-02-131-43/+32
* QPID-1629 : Convered AMQMessage to Interface and created concrete Transient/P...Martin Ritchie2009-02-131-3/+12
* QPID-1524 : Added a catch to print out the message order to help rule out mes...Martin Ritchie2008-12-111-10/+27
* QPID-1286: Change test and variable names as per review.Aidan Skinner2008-09-191-13/+13
* QPID-1286: make sure priority queues don't mess with deleted subscriptionsAidan Skinner2008-09-181-0/+90