summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-10-protocol
Commit message (Expand)AuthorAgeFilesLines
* QPID-6429 : ensure the consumer target queues are emptied before we perform a...Robert Godfrey2015-03-161-5/+5
* QPID-6429 : ensure that when message suspension is set, all targets have fini...Robert Godfrey2015-03-161-8/+16
* QPID-6429, QPID-6262: [Java Broker] Improve error handling in new NIO code; ...Keith Wall2015-03-162-10/+10
* QPID-6452 : Defer creating filters in default filter map until a consumer is ...Robert Godfrey2015-03-151-1/+1
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-125-10/+16
* Merge from trunkKeith Wall2015-03-124-4/+74
* merge from trunkKeith Wall2015-03-032-4/+61
* channel block/unblock now async, remove unnecessary selector bumpsKeith Wall2015-03-033-34/+40
* Make management close session asyncRobert Godfrey2015-03-022-15/+24
* Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-192-7/+7
* Connection close is now performed by i/o threadKeith Wall2015-02-193-22/+57
* 0-10 queue browser fix.Keith Wall2015-02-121-3/+6
* broswer consumer close is now pulled by IO rather than pushed by queue, fixin...Keith Wall2015-02-122-1/+7
* more refactoringRobert Godfrey2015-02-112-3/+16
* More refactoringRobert Godfrey2015-02-112-1/+24
* refactoringRobert Godfrey2015-02-117-7/+7
* 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-104-3/+50
* Change server encoder default capacity/thresholdRobert Godfrey2015-01-311-2/+4
* Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 en...Robert Godfrey2015-01-313-11/+623
* Remove dead setIdleTimeout methodKeith Wall2014-12-121-7/+0
* Extend credit managers to be aware of transport backpressueKeith Wall2014-12-119-58/+96
* Ensure that the NonBlockingSenderReceiver closes (and thread stops) if the pe...Keith Wall2014-12-111-5/+0
* Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-111-0/+5
* Force close connection on 0-10 when message sent to closing virtual hostRobert Godfrey2014-12-101-37/+49
* NonBlockingSenderReceiver for the Java Broker for AMQP-0-10 and 0-9. Heartbea...Keith Wall2014-12-081-2/+2
* QPID-6262: Rob's prototype NIO workKeith Wall2014-12-051-1/+4
* QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-051-1/+1
* QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-051-1/+1
* QPID-6163 : [Java Broker] Remove stderr debug logging left by this commitKeith Wall2014-12-011-4/+0
* QPID-6226: [Java Broker] Change queue.declare so that on the passive path, ex...Keith Wall2014-11-181-33/+17
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-041-2/+55
* QPID-6198 : [Java Broker] do not retain unnecesary references to transfers wh...Robert Godfrey2014-10-301-0/+4
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-216-45/+98
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-174-65/+113
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-301-1/+1
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-265-58/+133
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-201-1/+3
* QPID-6000 : [Java] Address review comments from AlexRobert Godfrey2014-08-191-0/+1
* QPID-3978 : [Java Broker] Download severity of log message 'MessageRelease re...Keith Wall2014-08-181-3/+3
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-163-8/+75
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-092-20/+45
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-082-10/+34
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-084-11/+26
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-071-1/+1
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-062-4/+26
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-032-0/+11
* QPID-5957: [Java Broker] Extend the Session model object to expose transactio...Keith Wall2014-08-031-0/+28
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-253-17/+1
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-242-18/+7