summaryrefslogtreecommitdiff
path: root/java/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-4550 : AMQP 1.0 Persistent Messages cause failure on restartRobert Godfrey2013-01-255-18/+127
* QPID-4281: Fix setting of log4j configuration in system tests. While testing ...Alex Rudyy2013-01-241-1/+2
* QPID-3569: Refactor TransactionTimeoutKeith Wall2013-01-0717-216/+469
* QPID-4517: modify broker log4j configuration to use logger names instead of f...Phil Harvey2013-01-031-3/+3
* QPID-4521: ensure that the routing key is properly passed to the alternate To...Robert Gemmell2012-12-232-1/+98
* QPID-4503: Producer transaction timeout detection feature may produce spuriou...Keith Wall2012-12-202-0/+5
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-204-41/+110
* QPID-4511: move the broker-plugins lib dir under build/scratch to prevent it ...Robert Gemmell2012-12-191-1/+1
* QPID-4503: Producer transaction timeout detection feature may produce supriou...Keith Wall2012-12-143-20/+13
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-118-6/+160
* QPID-4489: ensure the IoSender is closed when the IoReceiver closes before a ...Robert Gemmell2012-12-031-1/+23
* QPID-4476: ensure that the Principal in the AuthenticationResult has the same...Robert Gemmell2012-11-271-31/+66
* QPID-4472 : [Java Test] Fix MultiVersionProtocolEngineTest to work with AMQP ...Robert Godfrey2012-11-261-0/+26
* QPID-4472 : [Java Broker] NPE with non-SASL AMQP 1.0 ConnectionRobert Godfrey2012-11-262-2/+6
* QPID-4456: ensure the qpid-server.bat script for windows picks up the broker ...Robert Gemmell2012-11-251-2/+2
* QPID-4470: Allow 'maximum queue depth' queue alerting threshold to be set fro...Keith Wall2012-11-252-13/+29
* QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-257-13/+168
* QPID-4456: ensure the broker plugins get packaged in the release binary and a...Robert Gemmell2012-11-212-4/+10
* QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-191-1/+1
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-1295-3731/+1760
* QPID-4334: removed the firewall plugin and moved its functionality into the A...Keith Wall2012-09-282-108/+115
* QPID-4333: remove the 'queue reconfiguration' process and various clases left...Robert Gemmell2012-09-2410-707/+13
* QPID-4313: Address review comments from QPID-4109 (Reenable LoggingManagement)Keith Wall2012-09-213-17/+17
* QPID-4333: remove the Slow Consumer Detection plugin and associated documenta...Robert Gemmell2012-09-2017-1977/+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-108-88/+156
* NO-JIRA: add default config for http managementRobert Gemmell2012-09-101-0/+5
* QPID-4255: Add "log out" functionality to web UIKeith Wall2012-09-062-0/+22
* QPID-4283: Make web management capable of using external authentication manager.Keith Wall2012-09-044-2/+53
* QPID-4271: improve behaviour when embedding the broker inside a containerKeith Wall2012-09-048-33/+110
* QPID-4238: escape tags for queue and virtualhost names with dots in them when...Robert Gemmell2012-09-024-3/+53
* 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-302-18/+14
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-29112-11109/+283
* 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-2478-519/+3847
* QPID-4185: improve broker_example.acl to give more reasonable settings, repla...Robert Gemmell2012-08-031-12/+13
* QPID-4189: Add unit tests for ConfiguredObjectToMapConverterKeith Wall2012-08-031-28/+34
* QPID-4187: Improve operational management logging: - make ManagementActor thr...Robert Gemmell2012-08-032-33/+89
* QPID-4184: enable the notifications beign logged by configuring the associate...Robert Gemmell2012-08-021-0/+5
* QPID-4173: Switch off subscription.state logger to reduce the verbosity for c...Robert Gemmell2012-08-021-0/+6
* QPID-4172: HouseKeepingTask now reverts thread name before exiting to reduce ...Robert Gemmell2012-08-022-2/+51
* QPID-4182: Set the default minimumAlertRepeatGap value to 30 secondsRobert Gemmell2012-08-024-14/+24
* 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-014-22/+165
* 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-314-32/+192
* QPID-4164: only keep a hard reference to the meta data if it has yet to be pe...Robert Gemmell2012-07-271-1/+4