summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/AMQChannel.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-147/+46
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-56/+121
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-43/+49
* 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
* QPID-2379: remove some unused parametersRobert Gemmell2010-03-181-5/+3
* QPID-2379: only inc/dec the outstanding txn count if the channel/session is t...Robert Gemmell2010-03-101-6/+12
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-041-0/+6
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-041-5/+8
* QPID-2379: add TxnStarts, TxnCommits, TxnRejects, TxnCount on Session delegateRobert Gemmell2010-03-041-1/+49
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-73/+196
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-031-7/+7
* QPID-2178: expand the return from channels() to indicate whether the channel ...Robert Gemmell2009-11-061-0/+5
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-248/+424
* Merge java-network-refactor branchAidan Skinner2009-10-151-1/+0
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-011-10/+45
* QPID-2116 : Ensure that AMQChannel correctly notifies all running Subscriptio...Martin Ritchie2009-09-301-4/+51
* QPID-2002 : Added new message CHN-1004, to allow the reporting of prefetch si...Martin Ritchie2009-08-091-2/+1
* QPID-2002: Added testing of Channel LoggingMartin Ritchie2009-08-031-1/+27
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+909
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-141-931/+0
* QPID-1793 : Update AMQChannel to remember any AMQException that occurs during...Martin Ritchie2009-04-101-9/+28
* QPID-1793 : Increase logging on requeue to help diagnose what is being requeu...Martin Ritchie2009-04-081-1/+9
* QPID-949 : Removed all getMessage() calls as this will cause a flowed message...Martin Ritchie2009-03-091-2/+2
* QPID-1632 : Removed commented codeMartin Ritchie2009-02-251-1/+0
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ...Martin Ritchie2009-02-201-6/+4
* QPID-1632 - Initial testing of reference counting and implemntation of Transa...Martin Ritchie2009-02-201-1/+1
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-191-12/+13