summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/subscription/SubscriptionImpl.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-141-849/+0
* QPID-4946 : [Java Broker] closing the broker may result in same message being...Robert Godfrey2013-06-251-1/+1
* NO-JIRA : remove unused code from the Java BrokerRobert Godfrey2013-04-301-7/+0
* QPID-4680 : [Java Broker] NoAck subscription on persistent queue in 0-8/9/9-1...Robert Godfrey2013-03-311-5/+27
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-39/+1
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-081-4/+5
* QPID-4902: NPE from SimpleAMQQueue and RejectedExecutionExecution handlingKeith Wall2012-06-301-13/+1
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-281-12/+60
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-041-2/+12
* QPID-3829: use a seperate object for reference checking to stop the AMQMessag...Robert Gemmell2012-02-131-12/+3
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-051-4/+0
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-2/+1
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-151-7/+29
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-171-2/+5
* QPID-3592: ensure that the 'used credit' values are decremented when message ...Robert Gemmell2011-11-111-2/+2
* QPID-3446: Unregister existing subscriptions when closing the connections [du...Robert Gemmell2011-11-071-1/+0
* QPID-3387: use the subscription ID to track rejection rather than the subscri...Robert Gemmell2011-08-081-1/+1
* QPID-3386: move all server Subscription creation into the SubscriptionFactory...Robert Gemmell2011-08-081-11/+41
* 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