summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core
Commit message (Expand)AuthorAgeFilesLines
* 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-15/+4
* 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-26134-3646/+2372
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-2546-1368/+1335
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-241-8/+1
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-242-14/+2
* QPID-5579 : Remove unused constantsRobert Godfrey2014-02-2434-228/+99
* QPID-5577 : fix creation of exchanges so that setting alt exchange increases ...Robert Godfrey2014-02-241-4/+4
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-2413-115/+179
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-2338-84/+81
* QPID-5578 : rename managed object annotationRobert Godfrey2014-02-236-7/+7
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-2366-1023/+2021
* QPID-5551 : Address review comments from Robbie GemmellRobert Godfrey2014-02-211-1/+0
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-2130-282/+347
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-2129-1244/+718
* QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-201-1/+1
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-203-76/+43
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-1935-142/+280
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-1833-455/+241
* QPID-5555 : Fix queue exclusivity issuesRobert Godfrey2014-02-181-0/+5
* QPID-5559 : [Java Broker] remove unused methods from AMQQueue interfaceRobert Godfrey2014-02-177-96/+14
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-1755-955/+1642
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-1414-294/+163
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-14128-968/+947
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-1333-176/+368
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-1314-116/+45
* 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-1188-1360/+2685
* QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocolRobert Godfrey2014-02-101-3/+4
* 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-0778-2129/+2770
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-38/+12
* 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
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-018-176/+158
* QPID-5211: Prevent spurious not valid state transitions for MemoryMessageStor...Keith Wall2014-01-291-3/+5
* QPID-5514: [Java Broker Management] Close the AMQP transport on deletion of t...Keith Wall2014-01-271-1/+5
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-23103-250/+249
* 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-2317-61/+62
* QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only le...Robert Godfrey2014-01-2320-274/+190
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-2235-306/+297
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-228-67/+87
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-223-3/+8
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-221-3/+3
* QPID-5065: re-instate incorrectly removed line in previous patchRobert Gemmell2014-01-221-0/+1
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-175-58/+84
* QPID-5459 : [Java Broker] add secure websocket support to the broker, includi...Robert Godfrey2014-01-132-2/+2
* QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-131-0/+17