summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-1-0-protocol/src
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-121-0/+6
* merge from trunkKeith Wall2015-03-031-11/+11
* channel block/unblock now async, remove unnecessary selector bumpsKeith Wall2015-03-032-2/+2
* Make management close session asyncRobert Godfrey2015-03-021-5/+10
* Connection close is now performed by i/o threadKeith Wall2015-02-192-7/+46
* merged from trunk r1659391Robert Godfrey2015-02-123-15/+23
* 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/+6
* more refactoringRobert Godfrey2015-02-112-3/+17
* More refactoringRobert Godfrey2015-02-112-1/+24
* refactoringRobert Godfrey2015-02-114-4/+4
* Force the queue runner to notice that the consumer is not now suspendedRobert Godfrey2015-02-101-0/+13
* Refactoring: make the queue no longer be responsible for pushing messages ont...Keith Wall2015-02-104-25/+72
* merge from trunkKeith Wall2015-02-103-14/+38
|\
| * QPID-6353 : [Java Broker] [AMQP 1.0] consumer attempting to drain an empty qu...Robert Godfrey2015-02-032-0/+6
| * QPID-6331 : Allow AMQP 1.0 message content to be evicted to diskRobert Godfrey2015-01-271-14/+32
* | Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 en...Robert Godfrey2015-01-311-3/+3
* | Merge from trunkKeith Wall2015-01-271-0/+5
|\ \ | |/
| * QPID-6281 : [Java Broker] Config model shadow objects for sessions are not be...Robert Godfrey2015-01-131-0/+5
* | Extend credit managers to be aware of transport backpressueKeith Wall2014-12-115-7/+68
* | Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-111-0/+5
|/
* QPID-6190 : [Java Broker] [AMQP 1.0] Fix transactional sending to QueueDestin...Robert Godfrey2014-10-271-5/+12
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-213-14/+14
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-171-1/+1
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-10/+1
* QPID-6061 : [Java Broker] Use subject as the proxy for routing key for 1.0 me...Robert Godfrey2014-08-302-4/+64
* QPID-6054 : [Java Broker] Broker does not honour request for receiver settle ...Robert Godfrey2014-08-291-0/+2
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-261-4/+4
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ...Robert Godfrey2014-08-261-2/+2
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ...Robert Godfrey2014-08-261-0/+13
* QPID-6044 : [Java Broker] [AMQP 1.0] cache the valid host names for the local...Robert Godfrey2014-08-261-57/+1
* QPID-6044 : [Java Broker] [AMQP 1.0] When the hostname in the open frame does...Robert Godfrey2014-08-261-28/+94
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-191-1/+1
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-181-1/+2
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-163-10/+29
* QPID-6003 : [Java Broker] improve conversion of non-standard AMQP 1.0 types i...Robert Godfrey2014-08-151-33/+98
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-081-2/+2
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-082-17/+26
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-061-2/+13
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-031-0/+6
* QPID-5957: [Java Broker] Extend the Session model object to expose transactio...Keith Wall2014-08-031-1/+12
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-252-8/+0
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-241-2/+4
* QPID-5776 : Clean up sessions and links on AMQP 1.0 connection closingRobert Godfrey2014-07-212-0/+13
* QPID-5771: ensure the closed event is passed to the listener even if closing ...Robert Gemmell2014-05-221-4/+9
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-161-14/+5
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-301-4/+3
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-287-67/+17
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-201-1/+3
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-172-13/+47