summaryrefslogtreecommitdiff
path: root/java/broker/src/test/java/org/apache/qpid/server/subscription/MockSubscription.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-8/+9
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-32/+293
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-0/+4
* QPID-3855: only increment activeConsumerCount during registration if the subs...Robert Gemmell2012-02-191-1/+7
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-6/+6
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-151-1/+13
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-171-0/+4
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-301-1/+19
* QPID-2900: Changed SimpleAMQQueue to avoid race condition in the updating ato...Robert Gemmell2011-02-081-11/+12
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-041-0/+5
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-091-0/+5
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-13/+49
* QPID-2002, QPID-2001 : Add new SubscriptionActor to perform Subscription clos...Martin Ritchie2009-08-061-0/+6
* QPID-2002 : Added exclusive parameter to subscription.setQueue to allow impro...Martin Ritchie2009-08-061-1/+2
* QPID-1992 : Addition of new Broker Logging FrameworkMartin Ritchie2009-07-221-5/+15
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+180
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-197/+0
* QPID-1635,QPID-1636,QPID-1638 : Updated QueueEntries to contain additional va...Martin Ritchie2009-02-271-6/+23
* QPID-1524 : Added missing locking that could cause simultaneous delivery by m...Martin Ritchie2008-12-171-0/+5
* QPID-1501 : Remove @Override annotations to allow compilation under JDK 1.5Martin Ritchie2008-12-021-23/+0
* QPID-1385 : Extracted annonymous class from AMQChannel.resend(boolean), Added...Martin Ritchie2008-10-231-6/+9
* QPID-1331 : Modified the BrowserSubscription to be consistent with the NoAck ...Martin Ritchie2008-10-091-5/+8
* QPID-1286: add missing classAidan Skinner2008-09-181-0/+192