summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-8-protocol/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QPID-6125 : correct the behaviour of exchange declare where the exchange alre...Robert Godfrey2014-10-202-3/+11
* QPID-6125 : force flush after receiving frameRobert Godfrey2014-10-202-1/+4
* QPID-6125 : ensure exchange-ok is sent promptlyRobert Godfrey2014-10-201-1/+1
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-171-23/+47
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-173-6/+130
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-1766-6096/+2506
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 charact...Keith Wall2014-09-151-2/+2
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying th...Keith Wall2014-09-121-3/+10
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-305-8/+27
* QPID-6051: Allow exceptions from post commit actions to be handled in the cal...Alex Rudyy2014-08-281-2/+7
* QPID-6051: Fix handling of exceptions thrown from post commit or deferred act...Alex Rudyy2014-08-281-4/+10
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-265-73/+132