summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/transport/ServerSessionDelegate.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-2985: Add producer configurable transaction timeoutsAndrew Donald Kennedy2011-03-081-1/+0
* QPID-3114: Record the owner session for exclusive queues in 0-10Andrew Donald Kennedy2011-03-041-12/+13
* QPID-3021: set the session/connection actor when the connection recieves new ...Robert Gemmell2011-01-271-1/+0
* QPID-3020: fix _logActor variable shadowing, use CurrentActor to log Sub crea...Robert Gemmell2011-01-251-2/+0
* QPID-2834: Implement subscriptions (SUB) operational logging on 0-10Andrew Donald Kennedy2010-09-271-0/+4
* QPID-2884: Pass the method arguments on Subscription_0_10 upon creationAndrew Donald Kennedy2010-09-261-1/+3
* QPID-2858: Implement FilterManager for 0-10 subscriptionsAndrew Donald Kennedy2010-09-201-12/+3
* QPID-2858: Implement FilterManager for 0-10 subscriptionsAndrew Donald Kennedy2010-09-171-1/+5
* QPID-2858: Implement FilterManager for 0-10 subscriptionsAndrew Donald Kennedy2010-09-171-1/+18
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-7/+10
* QPID-2856 : Attempting deltion of a default exchange should cause 530 not-all...Robert Godfrey2010-09-121-1/+21
* QPID-2855 : Broker Transport should not block on awaiting session close confi...Robert Godfrey2010-09-121-4/+13
* QPID-2854 : Correct implemention of 0-10 Queue Exclusivity in the Java BrokerRobert Godfrey2010-09-121-43/+30
* QPID-2418: updates to fix test failures when using the 0-10 client test profi...Robert Gemmell2010-09-051-1/+3
* QPID-2657: Factor out exception handlingAndrew Donald Kennedy2010-07-281-77/+31
* QPID-2657: Remove unnecessary ssn.processed() callAndrew Donald Kennedy2010-07-261-1/+0
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-221-52/+94
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-153/+173
* QPID-2422: add a boolean exclusive property to queues, update the DerbyStore ...Robert Gemmell2010-05-191-2/+3
* QPID-2575 : Add getClientID to SessionModel and standardise use accross 0-8/0...Martin Ritchie2010-05-071-1/+1
* QPID-2575 : Create Connection and Session models to correctly expose the Owni...Martin Ritchie2010-05-071-1/+2
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-31/+24
* QPID-2096: decouple the addition of durable exchanges to the store from excha...Robert Gemmell2010-01-041-1/+1
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-091-0/+5
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-0/+1193