summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-8-protocol
Commit message (Expand)AuthorAgeFilesLines
* QPID-6485: [Java Broker] Remove superfluous find/get methods from the Broker ...Keith Wall2015-04-101-2/+3
* QPID-6476 : [Java Broker] Refactor MessageStore to allow more efficient imple...Robert Godfrey2015-04-038-37/+40
* QPID-6469: Remove not used method sendResponseAndCloseSender from AMQProtocol...orudyy2015-04-021-29/+0
* QPID-6469: Remove content of AMQProtocolEngine#exception as it is not used in...Alex Rudyy2015-03-312-143/+1
* QPID-6469: Improve AMQProtocolEngine#exception to guard against an exception ...Alex Rudyy2015-03-272-19/+153
* QPID-6429 : [Java Broker] Make maxidle/last read/write times volatile to avoi...Keith Wall2015-03-181-5/+5
* QPID-6429 : ensure the consumer target queues are emptied before we perform a...Robert Godfrey2015-03-161-5/+4
* QPID-6429 : ensure that when message suspension is set, all targets have fini...Robert Godfrey2015-03-161-4/+12
* QPID-6429, QPID-6262: [Java Broker] Improve error handling in new NIO code; ...Keith Wall2015-03-166-93/+51
* QPID-6452 : Defer creating filters in default filter map until a consumer is ...Robert Godfrey2015-03-151-1/+7
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-127-20/+15
* Merge from trunkKeith Wall2015-03-121-3/+1
* Bug fix: Prevent NPE possibility if closing an object takes too long.Keith Wall2015-03-031-1/+2
* merge from trunkKeith Wall2015-03-032-24/+83
* channel block/unblock now async, remove unnecessary selector bumpsKeith Wall2015-03-033-60/+24
* Make management close session asyncRobert Godfrey2015-03-023-56/+21
* Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-191-4/+4
* Connection close is now performed by i/o threadKeith Wall2015-02-192-12/+43
* 0-10 queue browser fix.Keith Wall2015-02-121-3/+4
* broswer consumer close is now pulled by IO rather than pushed by queue, fixin...Keith Wall2015-02-122-1/+11
* more refactoringRobert Godfrey2015-02-111-3/+17
* More refactoringRobert Godfrey2015-02-112-7/+24
* refactoringRobert Godfrey2015-02-116-6/+6
* some more fixesRobert Godfrey2015-02-111-0/+4
* Force the queue runner to notice that the consumer is not now suspendedRobert Godfrey2015-02-101-0/+12
* Refactoring: make the queue no longer be responsible for pushing messages ont...Keith Wall2015-02-103-12/+53
* merge from trunkKeith Wall2015-02-103-27/+48
|\
| * QPID-6361: [Java Broker] Change 0-8..0-91 queue declare to no longer consider...Keith Wall2015-02-041-11/+0
| * QPID-6342 : Fail fast when commands sent in wrong orderRobert Godfrey2015-01-272-4/+47
* | Reduce copying in 0-9 pathRobert Godfrey2015-02-012-7/+65
* | Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 en...Robert Godfrey2015-01-312-7/+8
* | Merge from trunkKeith Wall2015-01-271-62/+81
|\ \ | |/
| * QPID-6272 : [Java Broker] clear queue delete task on default queue before clo...Robert Godfrey2014-12-171-5/+5
| * QPID-6272: [Java Broker] Null reference to AMQChannel#defaultQueue once the q...Keith Wall2014-12-161-14/+36
| * QPID-6125: [Java Broker] Consistently quote queue/exchange names in error mes...Keith Wall2014-12-151-46/+43
* | Remove dead setIdleTimeout methodKeith Wall2014-12-121-4/+0
* | Extend credit managers to be aware of transport backpressueKeith Wall2014-12-118-25/+399
* | Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-111-0/+5
* | NonBlockingSenderReceiver for the Java Broker for AMQP-0-10 and 0-9. Heartbea...Keith Wall2014-12-081-1/+1
* | Bug fix: Stop 0-8 protocol layer wrapping the same byte arrayKeith Wall2014-12-051-14/+4
|/
* QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-053-34/+55
* QPID-6245 : [Java Broker] release reference to IncomingMessage once AMQMessag...Robert Godfrey2014-11-241-37/+36
* QPID-6125: [Java Broker] Partial revert so that closeConnection will once aga...Keith Wall2014-11-061-31/+44
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-041-0/+49
* QPID-6202: [Java Broker] Ensure AMQProtocolEngine#closeSession() completes cl...Keith Wall2014-10-301-17/+46
* QPID-6125 : temporary hack to deal with issue causing tests to fail when brok...Robert Godfrey2014-10-231-6/+19
* QPID-6125 : only send close frame if not already closingRobert Godfrey2014-10-221-8/+11
* QPID-6125 : make _virtualHost volatileRobert Godfrey2014-10-221-1/+1
* QPID-6125 : only log store exceptions that occur against a vhost which is no ...Robert Godfrey2014-10-221-0/+12
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-2110-27/+104