summaryrefslogtreecommitdiff
path: root/java/broker-plugins/management-jmx/src/main/java/org/apache/qpid
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-071-0/+6
* 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-083-38/+52
* 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-281-3/+27
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-282-39/+2
* QPID-5710 : Address review comments from Keith Wall and remove unnecessary cl...Robert Godfrey2014-04-244-103/+71
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-212-25/+46
* 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-181-4/+10
* QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-171-1/+1
* 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-134-25/+54
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-4/+3
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-111-16/+8
* QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-101-8/+8
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-076-42/+56
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-042-30/+27
* 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-082-6/+11
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-084-31/+39
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-082-19/+23
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-073-45/+59
* 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-262-4/+6
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-256-32/+96
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-235-35/+31
* 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