summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-2119-60/+539
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-2110-0/+21
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-209-33/+62
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-204-12/+9
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-187-51/+29
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-184-18/+36
* QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-176-14/+14
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-1710-32/+115
* QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-151-16/+1
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-143-18/+0
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-141-24/+19
* 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