summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQProtocolEngine.java
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-121-3/+1
* merge from trunkKeith Wall2015-03-031-13/+29
* channel block/unblock now async, remove unnecessary selector bumpsKeith Wall2015-03-031-49/+4
* Make management close session asyncRobert Godfrey2015-03-021-32/+19
* Connection close is now performed by i/o threadKeith Wall2015-02-191-11/+42
* 0-10 queue browser fix.Keith Wall2015-02-121-3/+4
* more refactoringRobert Godfrey2015-02-111-3/+17
* More refactoringRobert Godfrey2015-02-111-4/+23
* refactoringRobert Godfrey2015-02-111-1/+1
* 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-101-5/+29
* merge from trunkKeith Wall2015-02-101-16/+42
|\
| * QPID-6342 : Fail fast when commands sent in wrong orderRobert Godfrey2015-01-271-4/+41
* | Reduce copying in 0-9 pathRobert Godfrey2015-02-011-7/+26
* | Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 en...Robert Godfrey2015-01-311-3/+3
* | Extend credit managers to be aware of transport backpressueKeith Wall2014-12-111-0/+17
* | 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-051-32/+53
* QPID-6125: [Java Broker] Partial revert so that closeConnection will once aga...Keith Wall2014-11-061-31/+44
* QPID-6202: [Java Broker] Ensure AMQProtocolEngine#closeSession() completes cl...Keith Wall2014-10-301-17/+46
* 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-211-4/+14
* QPID-6125 : correct the behaviour of exchange declare where the exchange alre...Robert Godfrey2014-10-201-3/+0
* QPID-6125 : force flush after receiving frameRobert Godfrey2014-10-201-0/+3
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-171-2/+12
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-171-361/+570
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 charact...Keith Wall2014-09-151-2/+2
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-301-2/+2
* QPID-6051: Allow exceptions from post commit actions to be handled in the cal...Alex Rudyy2014-08-281-2/+7
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-161-7/+40
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-091-13/+15
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-081-3/+18
* QPID-5746 : [Java Broker] enforce idle disconnect of AMQP 0-8/9/9-1 connectionsRobert Godfrey2014-08-081-1/+10
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-031-0/+8
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-241-1/+10
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-161-11/+5
* QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-101-2/+2
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-4/+4
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-081-5/+38
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-081-3/+1
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-19/+33
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-174/+148
* QPID-5567 : Address review commentsRobert Godfrey2014-03-031-0/+2
* QPID-5551 : Address review comments from Robbie GemmellRobert Godfrey2014-02-211-1/+20
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-48/+63
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-171-176/+50