summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/subscription/SubscriptionImpl.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-101-18/+4
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-11/+36
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-1/+0
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-151-12/+42
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-141-2/+12
* QPID-2802: Add support for a status-logging hierarchy, such that the Log4jMes...Robert Gemmell2010-08-261-1/+1
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-141-3/+3
* QPID-2379: add getDelivered() to SubscriptionRobert Gemmell2010-03-101-1/+7
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-041-0/+6
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-041-0/+4
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-21/+98
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-091-0/+5
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-031-3/+3
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-91/+105
* Add debug logging to see what the next message the Subscription is going to l...Martin Ritchie2009-09-301-1/+9
* Always log subscription state changes in the same way.Aidan Skinner2009-08-181-2/+1
* QPID-2002 : Added new SUB-1003 Message with testingMartin Ritchie2009-08-121-0/+2
* QPID-2002, QPID-2001 : Add new SubscriptionActor to perform Subscription clos...Martin Ritchie2009-08-061-1/+9
* QPID-2002 : SubscriptionLogging Tests, update to SubscriptionImpl for new exc...Martin Ritchie2009-08-061-20/+50
* QPID-1992 : Addition of new Broker Logging FrameworkMartin Ritchie2009-07-221-0/+11
* QPID-1813 : Check the value of _sessionIdentifier and return null if it is nu...Martin Ritchie2009-04-161-5/+3
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+617
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-623/+0
* Wrapped log statement so it doesn't perform resolution when not logging.Martin Ritchie2009-04-081-1/+4
* QPID-949 : Removed all getMessage() calls as this will cause a flowed message...Martin Ritchie2009-03-091-0/+2
* QPID-1628 : Ensured all getSize() calls are done on the QueueEntry to prevent...Martin Ritchie2009-03-061-2/+2
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ...Martin Ritchie2009-02-201-4/+4
* QPID-1632 - Initial testing of reference counting and implemntation of Transa...Martin Ritchie2009-02-201-0/+1
* QPID-1628 : Moved Redelivered from AMQMessage to QueueEntryMartin Ritchie2009-02-061-1/+1
* QPID-1501 : Remove @Override annotations to allow compilation under JDK 1.5Martin Ritchie2008-12-021-3/+1
* QPID-1331 : Modified the BrowserSubscription to be consistent with the NoAck ...Martin Ritchie2008-10-091-0/+14
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-191-0/+605