summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-139-254/+315
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-123-2/+4
* QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-121-2/+2
* QPID-5683 : [Java Broker] Make the AMQP 1.0 protocol logging available throug...Robert Godfrey2014-04-111-10/+31
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-1113-60/+63
* QPID-5673 : [Java Broker] Check the virtual host has been found before attemp...Robert Godfrey2014-04-111-7/+12
* QPID-5684 : [Java Broker] Links detached with an error should set the closed ...Robert Godfrey2014-04-111-15/+37
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-1110-113/+133
* QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-109-80/+139
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-0949-166/+176
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-0712-64/+78
* QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-052-0/+12
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-0420-210/+473
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-0410-33/+81
* NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-282-16/+6
* NO-JIRA: Merge changes from trunk.Keith Wall2014-03-2513-80/+329
|\
| * QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-215-40/+205
| * QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-217-39/+123
| * QPID-5635: Fix 'partitionCount' attribute setting for BoneCP connection pool ...Alex Rudyy2014-03-211-1/+1
* | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-256-94/+29
* | QPID-5624: Bug fix - derby must allow absence of configuration store settingsKeith Wall2014-03-181-1/+1
* | QPID-5624: Remove commons-config etc as broker dependencyKeith Wall2014-03-171-0/+7
* | QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-179-133/+59
* | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-1410-56/+128
* | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-133-0/+3
* | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-129-67/+16
|/
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-0822-110/+480
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-0819-48/+74
* QPID-5616 : [Java Broker] update to management node to comply with working dr...Robert Godfrey2014-03-081-25/+31
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-085-34/+46
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-0826-184/+223
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-078-26/+57
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-0723-438/+435
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management...Robert Godfrey2014-03-064-1/+100
* 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-0518-53/+337
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-049-222/+384
* QPID-5567 : Address review commentsRobert Godfrey2014-03-032-1/+2
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-035-8/+6
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-022-13/+0
* 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