summaryrefslogtreecommitdiff
path: root/java/broker-plugins/management-jmx/src
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-171-1/+3
* Merge from trunkRobert Godfrey2014-10-101-16/+31
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-1/+1
* QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-191-2/+2
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-181-1/+1
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-161-0/+1
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-081-5/+8
* QPID-5970 : [Java Broker] Expose "age of oldest message on queue" to manageme...Robert Godfrey2014-08-072-0/+12
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-241-23/+24
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-041-1/+1
* QPID-5715: Unregister children MBeans on Virtual Host Node stopAlex Rudyy2014-06-091-7/+41
* QPID-5779: [Java Broker] JMX plugin Remove debug logging from socket factoriesKeith Wall2014-05-222-51/+1
* QPID-5779: Workaround sporadic test failure.Keith Wall2014-05-212-2/+2
* QPID-5779: Add more logging to help understand sporadic test failure.Keith Wall2014-05-213-3/+51
* QPID-5779: [Java Broker] JMX plugin's server sockets should set the SO_REUSEA...Keith Wall2014-05-213-9/+12
* QPID-5779: [Java Broker] JMX plugin's server sockets should set the SO_REUSEA...Keith Wall2014-05-214-22/+101
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-152-140/+222
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-091-7/+0
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-091-25/+38
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-084-42/+56
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-022-2/+2
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-281-2/+2
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-282-6/+76
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-285-140/+2
* QPID-5710 : Address review comments from Keith Wall and remove unnecessary cl...Robert Godfrey2014-04-247-129/+104
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-212-25/+46
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-0/+9
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-182-21/+8
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-182-7/+16
* QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-172-2/+2
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-171-0/+5
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-141-6/+0
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-135-29/+58
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-4/+3
* 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
* QPID-5653, QPID-5624: Remove support for virtual host xml and make message an...Keith Wall2014-04-011-2/+2
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-211-15/+10
* 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