| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-5611 : Fix other logging to always use the most current event logger hel... | Robert Godfrey | 2014-03-08 | 3 | -7/+15 |
| * | QPID-5611 : Ensure the appropriate principals are available at the time of al... | Robert Godfrey | 2014-03-08 | 5 | -34/+46 |
| * | QPID-5611 : Change the event logger from a singleton to an instance | Robert Godfrey | 2014-03-08 | 3 | -30/+32 |
| * | QPID-5611 : [Java Broker] remove LogActors | Robert Godfrey | 2014-03-07 | 4 | -50/+83 |
| * | QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management... | Robert Godfrey | 2014-03-06 | 1 | -0/+4 |
| * | QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta... | Robert Godfrey | 2014-03-02 | 1 | -6/+0 |
| * | QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement... | Robert Godfrey | 2014-02-26 | 4 | -9/+11 |
| * | QPID-5579 : Use annotations to generate statistics values | Robert Godfrey | 2014-02-25 | 9 | -59/+115 |
| * | QPID-5579 : [Java Broker] build attribute meta data the same way for REST API... | Robert Godfrey | 2014-02-23 | 6 | -37/+33 |
| * | QPID-5567 : Further changes to SecurityMangager | Robert Godfrey | 2014-02-20 | 1 | -13/+22 |
| * | QPID-5567 : Always Use AccessControllerContext to find the current context Su... | Robert Godfrey | 2014-02-19 | 1 | -1/+0 |
| * | QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep... | Robert Godfrey | 2014-02-18 | 1 | -16/+2 |
| * | QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n... | Robert Godfrey | 2014-02-17 | 5 | -17/+71 |
| * | QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and... | Robert Godfrey | 2014-02-14 | 6 | -6/+12 |
| * | QPID-5504 : refactring of queues, and introduce management node and amqp-mana... | Robert Godfrey | 2014-02-11 | 2 | -2/+2 |
| * | NO-JIRA : fix typos / spelling errors | Robert Godfrey | 2014-01-23 | 5 | -9/+9 |
| * | QPID-5241: [Java Broker] Prevent possibility of NPE during JMX plugin shutdown. | Keith Wall | 2013-10-27 | 1 | -1/+16 |
| * | QPID-5081 : [Java Broker] Refactor Queue Creation | Robert Godfrey | 2013-08-18 | 2 | -7/+10 |
| * | QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T... | Robert Godfrey | 2013-08-08 | 1 | -11/+5 |
| * | QPID-4980 : [Java Broker] add connection pool attributes to http management | Robert Godfrey | 2013-07-05 | 2 | -1/+8 |
| * | QPID-4912: Allow setting queue binding arguments in exchange MBean | Alex Rudyy | 2013-06-06 | 2 | -18/+21 |
| * | QPID-4908: Expose queue attributes MessageGroupKey and MessageGroupSharedGrou... | Alex Rudyy | 2013-06-05 | 2 | -0/+25 |
| * | QPID-4862: Improve registration/unregistration for JMX MBean objects | Alex Rudyy | 2013-05-17 | 2 | -43/+20 |
| * | QPID-4863: Validate plugin attribute changes and throw UnsupportedOperationEx... | Alex Rudyy | 2013-05-17 | 1 | -0/+21 |
| * | QPID-4795: update naming of the UserManagement MBeans to remove restriction p... | Robert Gemmell | 2013-05-01 | 1 | -2/+15 |
| * | QPID-4777: Add UI to view and edit web management configuration | Alex Rudyy | 2013-04-26 | 1 | -17/+9 |
| * | QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from... | Alex Rudyy | 2013-04-17 | 1 | -2/+2 |
| * | QPID-4739: add ACL tests for new TrustStore + KeyStore objects | Robert Gemmell | 2013-04-15 | 2 | -6/+22 |
| * | QPID-4739: complete support for defining multiple key/trust stores and assign... | Robert Gemmell | 2013-04-12 | 2 | -29/+109 |
| * | QPID-4639: Add UI to add/delete virtual hosts into java broker web management... | Alex Rudyy | 2013-03-11 | 1 | -2/+17 |
| * | QPID-4390: misc logging related changes | Robert Gemmell | 2013-03-10 | 3 | -13/+20 |
| * | QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut... | Alex Rudyy | 2013-02-27 | 1 | -1/+2 |
| * | QPID-4602: Fix broker startup when default log4j configuration is used and fi... | Alex Rudyy | 2013-02-26 | 1 | -1/+4 |
| * | [QPID-4594] Add command line option to start java broker in a management mode... | Alex Rudyy | 2013-02-22 | 1 | -0/+5 |
| * | QPID-4390: Introduce a configuration store in java broker allowing runtime mo... | Alex Rudyy | 2013-02-19 | 13 | -505/+829 |
| * | QPID-4519: return true for VirtualHost MBean isStatusEnabled, dont update sta... | Robert Gemmell | 2012-12-20 | 1 | -3/+2 |
| * | QPID-4512: stop the delete visitor indicating completion upon the first match... | Robert Gemmell | 2012-12-20 | 1 | -4/+1 |
| * | QPID-4377: add missing licence headers to various files in the Java tree | Robert Gemmell | 2012-12-11 | 1 | -0/+18 |
| * | QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad... | Robert Gemmell | 2012-10-12 | 19 | -2912/+175 |
| * | QPID-4313: Address review comments from QPID-4109 (Reenable LoggingManagement) | Keith Wall | 2012-09-21 | 4 | -31/+36 |
| * | QPID-4284: Remove system test dependencies on development and localhost virtu... | Keith Wall | 2012-09-17 | 1 | -44/+50 |
| * | QPID-4292: add ACL rule to authorise access to the web management UI | Keith Wall | 2012-09-10 | 1 | -1/+1 |
| * | QPID-4271: improve behaviour when embedding the broker inside a container | Keith Wall | 2012-09-04 | 1 | -1/+3 |
| * | QPID-4270: Change web management plugin to log management operational log mes... | Keith Wall | 2012-08-30 | 2 | -8/+10 |
| * | QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex... | Robert Gemmell | 2012-08-24 | 2 | -14/+15 |
| * | QPID-4188: add fallback exception/error logging to MBeanInvocationHandlerImpl | Robert Gemmell | 2012-08-03 | 1 | -1/+26 |
| * | QPID-4187: Improve operational management logging: - make ManagementActor thr... | Robert Gemmell | 2012-08-03 | 1 | -2/+6 |
| * | QPID-4186: MBeanInvocationHandler now sets log actor before performing author... | Robert Gemmell | 2012-08-03 | 2 | -51/+219 |
| * | QPID-4170: prevent JMX threads from spinning in the Queue MBean if the conten... | Robert Gemmell | 2012-07-30 | 2 | -8/+84 |
| * | QPID-4164: Prevent the erroneous re-storing of recovered messages during move... | Keith Wall | 2012-07-25 | 1 | -7/+89 |