summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-jmx
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-112-17/+9
* QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-102-37/+66
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-5/+5
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-077-46/+59
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-044-46/+56
* NO-JIRA: Merge changes from trunk.Keith Wall2014-03-251-15/+10
|\
| * QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-211-15/+10
* | QPID-5624: Remove commons-config etc as broker dependencyKeith Wall2014-03-171-0/+7
* | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-121-2/+2
|/
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-083-7/+15
* 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-083-30/+32
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-074-50/+83
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management...Robert Godfrey2014-03-061-0/+4
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-021-6/+0
* 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-2/+2
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-264-9/+11
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-259-59/+115
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-236-37/+33
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-201-13/+22
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-1/+0
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-181-16/+2
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-175-17/+71
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-146-6/+12
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-112-2/+2
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-9/+10
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-235-9/+9
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-221-0/+7
* QPID-5241: [Java Broker] Prevent possibility of NPE during JMX plugin shutdown.Keith Wall2013-10-271-1/+16
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-061-1/+0
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-301-14/+0
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-231-0/+71
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-231-1/+1
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-231-3/+3
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-182-7/+10
* QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T...Robert Godfrey2013-08-081-11/+5
* QPID-4980 : [Java Broker] add connection pool attributes to http managementRobert Godfrey2013-07-052-1/+8
* QPID-4912: Allow setting queue binding arguments in exchange MBeanAlex Rudyy2013-06-062-18/+21
* QPID-4908: Expose queue attributes MessageGroupKey and MessageGroupSharedGrou...Alex Rudyy2013-06-052-0/+25
* QPID-4862: Improve registration/unregistration for JMX MBean objectsAlex Rudyy2013-05-172-43/+20
* QPID-4863: Validate plugin attribute changes and throw UnsupportedOperationEx...Alex Rudyy2013-05-171-0/+21
* QPID-4795: update naming of the UserManagement MBeans to remove restriction p...Robert Gemmell2013-05-011-2/+15
* QPID-4777: Add UI to view and edit web management configurationAlex Rudyy2013-04-261-17/+9
* QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from...Alex Rudyy2013-04-171-2/+2
* QPID-4739: add ACL tests for new TrustStore + KeyStore objectsRobert Gemmell2013-04-152-6/+22
* QPID-4739: complete support for defining multiple key/trust stores and assign...Robert Gemmell2013-04-122-29/+109
* QPID-4639: Add UI to add/delete virtual hosts into java broker web management...Alex Rudyy2013-03-111-2/+17
* QPID-4390: misc logging related changesRobert Gemmell2013-03-103-13/+20
* QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut...Alex Rudyy2013-02-271-1/+2