summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-2815-15/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-2715-32/+32
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-2627-126/+127
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-2515-94/+129
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-244-6/+16
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-233-4/+4
* QPID-5578 : rename managed object annotationRobert Godfrey2014-02-231-7/+7
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-2323-127/+110
* QPID-5551 : Address review comments from Robbie GemmellRobert Godfrey2014-02-212-17/+36
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-212-19/+28
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-213-3/+5
* QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-201-21/+41
* QPID-5563 : Ensure vhost is set as early as possible, on receipt of connectio...Robert Godfrey2014-02-203-42/+55
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-203-45/+36
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-1918-264/+588
* QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open frame...Robert Godfrey2014-02-182-171/+196
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-1824-170/+139
* QPID-4000 : [Java Broker] add initial conversions from AMQP 1.0 messages to 0...Robert Godfrey2014-02-187-212/+655
* QPID-5559 : [Java Broker] remove unused methods from AMQQueue interfaceRobert Godfrey2014-02-171-6/+0
* QPID-5558 : [Java Broker] update management node to follow definitions in wor...Robert Godfrey2014-02-171-25/+35
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-1723-645/+475
* QPID-5552 : [Java Broker] Propertly handle transport exceptions encountered i...Robert Godfrey2014-02-141-106/+121
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-145-17/+20
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-1448-448/+335
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-1321-51/+189
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-1316-85/+40
* QPID-5504 : another fix for generics, this time working differently between O...Robert Godfrey2014-02-111-3/+3
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-1132-118/+3580
* QPID-5504 : allow for case where consumer target is closed before consumer is...Robert Godfrey2014-02-102-4/+19
* QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocolRobert Godfrey2014-02-104-5/+19
* QPID-5504 : fixed implementation of 0-8 GET when using NoAckRobert Godfrey2014-02-102-26/+59
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-0747-3070/+2109
* QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues wit...Robert Godfrey2014-02-071-1/+1
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-0614-325/+140
* QPID-5504 : remove unused inner classesRobert Godfrey2014-02-042-105/+0
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-015-167/+136
* QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-313-22/+22
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-2334-174/+87
* NO-JIRA : set eol-style propertyRobert Godfrey2014-01-231-69/+69
* QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only le...Robert Godfrey2014-01-2312-88/+112
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-2212-51/+104
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-2227-962/+220
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-226-23/+43
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-228-0/+71
* QPID-5342 : [Java Client] 0-10 client does not close connection when heartbea...Robert Godfrey2014-01-153-15/+10
* QPID-5459 : [Java Broker] add secure websocket support to the broker, includi...Robert Godfrey2014-01-131-2/+1
* QPID-5459 : [Java Broker] add secure websocket support to the broker, includi...Robert Godfrey2014-01-132-6/+36
* QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-134-15/+116
* QPID-5472: [Java Broker] Connection model object attribute PORT should return...Keith Wall2014-01-131-1/+1
* QPID-5474: display clientId and clientVersion attributes from the connection ...Robert Gemmell2014-01-132-14/+10