summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5504 : Fix bug in routeToAlternate which left queue entries in database ...Robert Godfrey2014-02-101-22/+25
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-07132-5163/+4890
* QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues wit...Robert Godfrey2014-02-072-1/+42
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-0635-863/+767
* QPID-5504 : remove unused inner classesRobert Godfrey2014-02-042-105/+0
* QPID-5504 : fix bug in DistributedTransaction when enqueuing a single message...Robert Godfrey2014-02-041-1/+0
* QPID-5504 : Adding missing classRobert Godfrey2014-02-031-0/+42
* NO-JIRA: add missing broker-core entries for the Ivy upload taskRobert Gemmell2014-02-021-0/+6
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-0114-366/+295
* QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-3118-65/+64
* QPID-5211: Prevent spurious not valid state transitions for MemoryMessageStor...Keith Wall2014-01-293-7/+11
* QPID-5522 : TransactionController endless wait when the TCP/IP connection is ...Robert Godfrey2014-01-295-50/+101
* QPID-5514: [Java Broker Management] Close the AMQP transport on deletion of t...Keith Wall2014-01-273-3/+41
* QPID-5512: suppress exception sometimes seen due to race while closing the so...Robert Gemmell2014-01-241-1/+6
* QPID-5048: Moved test-scope logging dependencies to being compile scope depen...Robert Gemmell2014-01-242-20/+14
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-23137-424/+336
* NO-JIRA : fix spelling error/typo in DtxBranch.addPostTransactionAc(t)ionRobert Godfrey2014-01-233-8/+8
* NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-2322-75/+76