summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/subscription
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-282-75/+2
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-037-45/+140
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-043-28/+29
* 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-293-32/+1
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-272-1/+10
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2710-47/+58
* QPID-3753 : [Java Broker] Improve automatic conversion of messages between 0-...Robert Godfrey2012-01-121-15/+57
* QPID-3720 : Remove debugging log statementsRobert Godfrey2012-01-111-3/+0
* QPID-3720 : Add alternative (C++ style) grouping and apply comments from Robb...Robert Godfrey2012-01-113-117/+428
* NO-JIRA: remove unused codeRobert Gemmell2012-01-091-4/+0
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-0/+150
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-86/+58
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-153-18/+101
* QPID-3642: Fix for redelivery regression found by python testsKeith Wall2011-11-301-7/+6
* QPID-3642, QPID-3640: Add Dead Letter Queue functionality for 0-10 path. Also...Keith Wall2011-11-283-7/+72
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-173-2/+12
* QPID-3592: ensure that the 'used credit' values are decremented when message ...Robert Gemmell2011-11-112-4/+4
* QPID-3539: NoLocal should occur at the connection level and not the session l...Keith Wall2011-11-101-6/+7
* QPID-3446: Unregister existing subscriptions when closing the connections [du...Robert Gemmell2011-11-071-1/+0
* QPID-2901: fixes racing conditions on broker side when TopicDeletePolicy is c...Robert Gemmell2011-09-071-1/+1
* QPID-2904: Avoid race condition between SubFlushRunner and MinaAcceptor threa...Keith Wall2011-08-221-8/+17
* QPID-3387: use the subscription ID to track rejection rather than the subscri...Robert Gemmell2011-08-082-2/+2
* QPID-3386: move all server Subscription creation into the SubscriptionFactory...Robert Gemmell2011-08-084-21/+114
* QPID-3064, QPID-3157: ensure that if the node marker is pointing at the tail ...Robert Gemmell2011-07-311-2/+4
* QPID-3064, QPID-3157: ensure the node for a given Subscription is unlinked fr...Robert Gemmell2011-07-301-88/+123
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-301-1/+1
* QPID-2985: Add producer configurable transaction timeoutsAndrew Donald Kennedy2011-03-081-1/+0
* QPID-3020: fix _logActor variable shadowing, use CurrentActor to log Sub crea...Robert Gemmell2011-01-251-4/+6
* QPID-2834: Implement subscriptions (SUB) operational logging on 0-10 Andrew Donald Kennedy2010-09-281-1/+6
* QPID-2834: Implement subscriptions (SUB) operational logging on 0-10Andrew Donald Kennedy2010-09-271-3/+11
* QPID-2801: Implement LogSubject Interface in 0-10 Subscription/ServerConnect...Andrew Donald Kennedy2010-09-271-9/+75
* QPID-2884: Pass the method arguments on Subscription_0_10 upon creationAndrew Donald Kennedy2010-09-261-3/+5
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-3/+1
* QPID-2802: Add support for a status-logging hierarchy, such that the Log4jMes...Robert Gemmell2010-08-261-1/+1
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-221-1/+1
* QPID-2673: dont hold a disposition change listener for messages when accept-m...Robert Gemmell2010-06-171-2/+9
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-141-3/+3
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-13/+5
* QPID-2379: add getDelivered() to SubscriptionRobert Gemmell2010-03-102-2/+14
* QPID-2430: when the AcceptMode=NONE, dont add the MessageAcceptCompletionList...Robert Gemmell2010-03-101-1/+1
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-042-0/+12
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-043-0/+10
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-312-50/+315
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-093-0/+12
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-031-3/+3
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-256-99/+1014
* 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