summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4313: Address review comments from QPID-4109 (Reenable LoggingManagement)Keith Wall2012-09-212-14/+14
* QPID-4333: remove the Slow Consumer Detection plugin and associated documenta...Robert Gemmell2012-09-2012-956/+0
* QPID-4297: Broker should not rely on Subject.getPrincipals.iterator().next() ...Keith Wall2012-09-113-8/+7
* QPID-4292: add ACL rule to authorise access to the web management UIKeith Wall2012-09-106-34/+64
* QPID-4255: Add "log out" functionality to web UIKeith Wall2012-09-061-0/+9
* QPID-4283: Make web management capable of using external authentication manager.Keith Wall2012-09-042-1/+13
* QPID-4271: improve behaviour when embedding the broker inside a containerKeith Wall2012-09-047-21/+105
* QPID-4238: escape tags for queue and virtualhost names with dots in them when...Robert Gemmell2012-09-023-3/+8
* QPID-4253: add configuration for basic-auth on http / https management and se...Robert Gemmell2012-09-021-0/+10
* QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete...Robert Gemmell2012-09-011-1/+1
* QPID-4270: Change web management plugin to log management operational log mes...Keith Wall2012-08-301-3/+8
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-2998-10761/+230
* QPID-4237: modified FileGroupDatabase to ensure that it always closes its fil...Robert Gemmell2012-08-271-2/+24
* QPID-4237: added convenience method to AuthenticatedResult to facilitate impl...Robert Gemmell2012-08-271-3/+13
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-2452-302/+2241
* QPID-4189: Add unit tests for ConfiguredObjectToMapConverterKeith Wall2012-08-031-28/+34
* QPID-4187: Improve operational management logging: - make ManagementActor thr...Robert Gemmell2012-08-031-24/+26
* QPID-4172: HouseKeepingTask now reverts thread name before exiting to reduce ...Robert Gemmell2012-08-021-2/+5
* QPID-4182: Set the default minimumAlertRepeatGap value to 30 secondsRobert Gemmell2012-08-022-2/+3
* QPID-4183 : Implement Session/ConnectionModel interfaces in AMQP 1.0 code to ...Robert Godfrey2012-08-025-5/+360
* QPID-4171: Fix enqueue ordering for persistent messsagesKeith Wall2012-08-012-21/+24
* QPID-4167: Fix setting of queue attributes via web management console and res...Robert Gemmell2012-07-312-2/+3
* QPID-4124: Improved logging that is produced when the various transaction tim...Robert Gemmell2012-07-313-32/+91
* QPID-4164: only keep a hard reference to the meta data if it has yet to be pe...Robert Gemmell2012-07-271-1/+4
* QPID-4164: Prevent the erroneous re-storing of recovered messages during move...Keith Wall2012-07-251-21/+29
* QPID-4149: Add REST functionality to delete exchanges, queues and bindings, a...Robert Gemmell2012-07-197-39/+130
* QPID-3998: Add HTTPS support for the REST management interfaceRobert Gemmell2012-07-137-13/+70
* QPID-4131: On 0-8...0-9-1 code path broker now closes the connection when the...Keith Wall2012-07-123-21/+40
* QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter...Robert Gemmell2012-07-118-10/+85
* NO-JIRA: add some logging around the DtxBranch timeout functionality to aid d...Robert Gemmell2012-07-101-8/+72
* QPID-4125 : [Java Broker] allow coalescing of commits for multiple channels o...Robert Godfrey2012-07-104-29/+185
* QPID-4121: AMQProtocolEngine now uses lock to prevent the thread-unsafe use o...Keith Wall2012-07-103-15/+31
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-091-1/+1
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-0828-114/+157
* QPID-3923, QPID-3998: update the Adapter layer to either use UUIDGenerator it...Robert Gemmell2012-07-0815-44/+58
* QPID-4093: [Java Broker] Prevent new queues and exchanges from being created ...Keith Wall2012-07-062-12/+14
* QPID-4112: Virtualhosts recover exchanges before queuesKeith Wall2012-07-063-27/+27
* QPID-4109: Re-enable LoggingManagement MBeanKeith Wall2012-07-055-250/+630
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-0226-116/+198
* QPID-4093: Resolve some outstanding TODOs in new JMX moduleKeith Wall2012-07-022-6/+0
* QPID-3923: remove deprecated test-only AMQQueueFactory method and update test...Robert Gemmell2012-07-013-25/+4
* QPID-3923: update ID generation to be consistent across all queues/exchanges/...Robert Gemmell2012-07-019-26/+33
* QPID-4902: NPE from SimpleAMQQueue and RejectedExecutionExecution handlingKeith Wall2012-06-304-21/+28
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-28128-6347/+7802
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-272-24/+11
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-272-6/+18
* QPID-4061 - Added statistic: Number of unacknowledged messages in a sessionTed Ross2012-06-131-0/+6
* QPID-4044: Synchronise DtxRegistry#commit and #rollback to eliminate the poss...Keith Wall2012-06-111-2/+2
* QPID-4014: increase debug logging in ConflationQueueListRobert Gemmell2012-06-101-2/+16
* QPID-3997: [Java Broker] Allow assignment of AuthenticationManager on a per-p...Keith Wall2012-06-104-8/+17