summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5592 : [Java Broker] AuthenticationManagers should directly implement Au...Robert Godfrey2014-03-0358-1354/+1508
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-0233-493/+525
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-2836-36/+10
* QPID-5048: remove the relativePath to qpid-parent, which is now in a separate...Robert Gemmell2014-02-271-1/+0
* QPID-5048: update years and tweak layout of NOTICE header to match the sampleRobert Gemmell2014-02-271-2/+3
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-2742-1294/+622
* QPID-5577 : make changes to help code compile on Java 1.6Robert Godfrey2014-02-273-6/+2
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-26172-3817/+2542
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-2570-1558/+1572
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-244-16/+6
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-243-16/+2
* QPID-5579 : Remove unused constantsRobert Godfrey2014-02-2437-232/+103
* QPID-5577 : fix creation of exchanges so that setting alt exchange increases ...Robert Godfrey2014-02-241-4/+4
* QPID-5551 : Ignore 0-9 test failure die to change from channel exception to c...Robert Godfrey2014-02-241-0/+3
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-2418-123/+197
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-2341-88/+85
* QPID-5578 : rename managed object annotationRobert Godfrey2014-02-237-14/+14
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-2399-1228/+2359
* QPID-5551 : Address review comments from Robbie GemmellRobert Godfrey2014-02-213-18/+36
* QPID-5576 : [JMS AMQP 1.0] don't throw an exception if no properties file is ...Robert Godfrey2014-02-211-6/+0
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-2133-302/+385
* QPID-5574 : Allow sync-publish to override default behaviour to make persiste...Robert Godfrey2014-02-213-8/+22
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-2132-1247/+723
* QPID-5569 : NPE on getStringProperty("JMSXUserId")Robert Godfrey2014-02-201-1/+2
* QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-203-26/+52
* QPID-5563 : Ensure vhost is set as early as possible, on receipt of connectio...Robert Godfrey2014-02-205-42/+65
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-206-121/+79
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-17/+19
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-2/+2
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-1954-408/+869
* QPID-5566 : DestinationImpl should implement neither Queue nor TopicRobert Godfrey2014-02-191-1/+1
* QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open frame...Robert Godfrey2014-02-183-171/+205
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-1858-631/+386
* QPID-5555 : Fix queue exclusivity issuesRobert Godfrey2014-02-181-0/+5
* 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-178-102/+14
* 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-1791-1644/+2194
* 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-1434-535/+328
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-14198-1666/+1427
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-1355-249/+568
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-1330-201/+85
* QPID-5504 : another fix for generics, this time working differently between O...Robert Godfrey2014-02-111-3/+3
* QPID-5504 : fix for different interpretation of generics in 1.6Robert Godfrey2014-02-113-3/+3
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-11139-1544/+6442
* QPID-5531 : Adding an exclude to the Java Python test ignore list for the tes...Robert Godfrey2014-02-101-0/+3
* 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-105-8/+23
* QPID-5504 : fixed implementation of 0-8 GET when using NoAckRobert Godfrey2014-02-102-26/+59