summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/AMQChannel.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-141-1640/+0
* QPID-4951: Add cause code and message into operational logs for session close...Alex Rudyy2013-06-261-1/+10
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-211-9/+59
* QPID-4382 : [Java Broker] Implement the default exchange as a facade on top o...Robert Godfrey2013-05-111-1/+4
* NO-JIRA : remove unused code from the Java BrokerRobert Godfrey2013-04-301-15/+0
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-191-5/+4
* QPID-3569: Refactor TransactionTimeoutKeith Wall2013-01-071-71/+21
* QPID-4503: Producer transaction timeout detection feature may produce spuriou...Keith Wall2012-12-201-0/+3
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-201-1/+6
* QPID-4503: Producer transaction timeout detection feature may produce supriou...Keith Wall2012-12-141-9/+6
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-69/+14
* QPID-4171: Fix enqueue ordering for persistent messsagesKeith Wall2012-08-011-19/+0
* QPID-4124: Improved logging that is produced when the various transaction tim...Robert Gemmell2012-07-311-17/+14
* QPID-4131: On 0-8...0-9-1 code path broker now closes the connection when the...Keith Wall2012-07-121-3/+24
* QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter...Robert Gemmell2012-07-111-0/+6
* QPID-4125 : [Java Broker] allow coalescing of commits for multiple channels o...Robert Godfrey2012-07-101-6/+30
* QPID-4121: AMQProtocolEngine now uses lock to prevent the thread-unsafe use o...Keith Wall2012-07-101-1/+1
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-081-5/+6
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-281-2/+13
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-9/+33
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-041-0/+1
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-301-3/+4
* QPID-3895: Remove blocked channel/session from the list of blocked channels o...Keith Wall2012-03-191-7/+2
* QPID-3881: Ensure we only put 0-8/0-9/0-9-1 messages in the store if they are...Robert Gemmell2012-03-051-31/+31
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-281-1/+11
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-231-1/+0
* QPID-3829: use a seperate object for reference checking to stop the AMQMessag...Robert Gemmell2012-02-131-1/+1
* QPID-3823: ServerSession unblock(AMQQueue) can cause NPE when trying to remov...Keith Wall2012-02-091-18/+22
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-14/+0
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-1/+1
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-3/+11
* QPID-3774 : allow out of order completion of persistent enqueues / dequeues (...Robert Godfrey2012-01-211-15/+75
* QPID-3753 : [Java Broker] Improve automatic conversion of messages between 0-...Robert Godfrey2012-01-121-1/+2
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-31/+33
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-4/+84
* QPID-2672: Unroutable persistent messages should be immediately removed from ...Keith Wall2011-09-151-3/+3
* QPID-3459: Increments delivery counter before transfering message to client i...Robert Gemmell2011-09-121-1/+1
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-071-10/+27
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-131-1/+1
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-301-3/+3
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-081-0/+4
* QPID-2985: Add producer configurable transaction timeoutsAndrew Donald Kennedy2011-03-081-1/+52
* QPID-3017: improve error handling for the new transaction classes, add some l...Robert Gemmell2011-01-281-3/+3
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-141-7/+7
* QPID-2625 : Update GenerateLogMessages to probe the property file for 3-Digit...Martin Ritchie2010-06-021-0/+5
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-3/+7
* QPID-2613: flush 0-8/0-9 message to store when delivery beginsRobert Gemmell2010-05-181-1/+2
* QPID-2575 : Add getClientID to SessionModel and standardise use accross 0-8/0...Martin Ritchie2010-05-071-1/+5
* QPID-2575 : Create Connection and Session models to correctly expose the Owni...Martin Ritchie2010-05-071-1/+13
* QPID-2379: add Session.close() method implementationRobert Gemmell2010-04-091-11/+15