summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-jmx/src
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-235-9/+9
* QPID-5241: [Java Broker] Prevent possibility of NPE during JMX plugin shutdown.Keith Wall2013-10-271-1/+16
* 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
* QPID-4602: Fix broker startup when default log4j configuration is used and fi...Alex Rudyy2013-02-261-1/+4
* [QPID-4594] Add command line option to start java broker in a management mode...Alex Rudyy2013-02-221-0/+5
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-1913-505/+829
* QPID-4519: return true for VirtualHost MBean isStatusEnabled, dont update sta...Robert Gemmell2012-12-201-3/+2
* QPID-4512: stop the delete visitor indicating completion upon the first match...Robert Gemmell2012-12-201-4/+1
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-111-0/+18
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-1219-2912/+175
* QPID-4313: Address review comments from QPID-4109 (Reenable LoggingManagement)Keith Wall2012-09-214-31/+36
* QPID-4284: Remove system test dependencies on development and localhost virtu...Keith Wall2012-09-171-44/+50
* QPID-4292: add ACL rule to authorise access to the web management UIKeith Wall2012-09-101-1/+1
* QPID-4271: improve behaviour when embedding the broker inside a containerKeith Wall2012-09-041-1/+3
* QPID-4270: Change web management plugin to log management operational log mes...Keith Wall2012-08-302-8/+10
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-242-14/+15
* QPID-4188: add fallback exception/error logging to MBeanInvocationHandlerImplRobert Gemmell2012-08-031-1/+26
* QPID-4187: Improve operational management logging: - make ManagementActor thr...Robert Gemmell2012-08-031-2/+6
* QPID-4186: MBeanInvocationHandler now sets log actor before performing author...Robert Gemmell2012-08-032-51/+219
* QPID-4170: prevent JMX threads from spinning in the Queue MBean if the conten...Robert Gemmell2012-07-302-8/+84
* QPID-4164: Prevent the erroneous re-storing of recovered messages during move...Keith Wall2012-07-251-7/+89