summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-1-0-protocol
Commit message (Expand)AuthorAgeFilesLines
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-084-17/+145
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-0/+6
* QPID-5605 : [Java Broker] [AMQP 1.0] allow use of addresses of the form <exch...Robert Godfrey2014-03-054-28/+96
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-054-10/+9
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-041-5/+0
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-031-2/+2
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-281-1/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-271-2/+2
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-264-23/+15
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-251-2/+2
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-241-1/+1
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-231-2/+2
* 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 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-194-17/+179
* 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-182-17/+4
* QPID-4000 : [Java Broker] add initial conversions from AMQP 1.0 messages to 0...Robert Godfrey2014-02-183-212/+289
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-173-164/+149
* QPID-5552 : [Java Broker] Propertly handle transport exceptions encountered i...Robert Godfrey2014-02-141-106/+121
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-1411-98/+93
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-132-5/+25
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-131-2/+2
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-115-88/+531
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-079-308/+330
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-8/+9
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-011-43/+5
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-232-4/+4
* QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only le...Robert Godfrey2014-01-232-8/+6
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-224-9/+32
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-228-165/+54
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-225-22/+40
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-221-0/+8
* NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-031-1/+0
* QPID-5297: simplify the 1.0 plugin to only have a single ProtocolEngineCreatorRobert Gemmell2013-11-053-508/+0
* QPID-5266: include the client product string in connection open log messageRobert Gemmell2013-10-271-0/+6
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-061-1/+0
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-301-14/+0
* QPID-5127 : ClassCastException on message conversion to 1-0Robert Godfrey2013-09-271-4/+52
* QPID-4901 : Queue Browser hangs on reaching end of queue Robert Godfrey2013-09-261-1/+1
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-231-0/+63
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-231-1/+1
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-231-3/+3
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-211-5/+0
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-182-19/+21
* QPID-5074: update broker binary release tar process to handle plugins with de...Robert Gemmell2013-08-161-1/+8
* QPID-4659 : [Java Broker] move amqp 0-10 implementation into a pluginRobert Godfrey2013-07-151-23/+0
* QPID-4659 : [Java Broker] move amqp 1-0 implementation into a pluginRobert Godfrey2013-07-1526-0/+5619