summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-1976-3845/+4310
* QPID-4550 : AMQP 1.0 Persistent Messages cause failure on restartRobert Godfrey2013-01-251-5/+8
* QPID-4281: Fix setting of log4j configuration in system tests. While testing ...Alex Rudyy2013-01-241-1/+2
* QPID-3569: Refactor TransactionTimeoutKeith Wall2013-01-076-50/+294
* QPID-4521: ensure that the routing key is properly passed to the alternate To...Robert Gemmell2012-12-231-0/+97
* QPID-4472 : [Java Test] Fix MultiVersionProtocolEngineTest to work with AMQP ...Robert Godfrey2012-11-261-0/+26
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-1220-775/+1024
* QPID-4333: remove the 'queue reconfiguration' process and various clases left...Robert Gemmell2012-09-242-137/+2
* QPID-4313: Address review comments from QPID-4109 (Reenable LoggingManagement)Keith Wall2012-09-211-3/+3
* QPID-4333: remove the Slow Consumer Detection plugin and associated documenta...Robert Gemmell2012-09-205-1021/+0
* QPID-4292: add ACL rule to authorise access to the web management UIKeith Wall2012-09-101-27/+54
* QPID-4255: Add "log out" functionality to web UIKeith Wall2012-09-061-0/+13
* QPID-4283: Make web management capable of using external authentication manager.Keith Wall2012-09-041-0/+39
* QPID-4238: escape tags for queue and virtualhost names with dots in them when...Robert Gemmell2012-09-021-0/+45
* QPID-4270: Change web management plugin to log management operational log mes...Keith Wall2012-08-301-15/+6
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-2913-331/+52
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-2423-201/+1550
* QPID-4187: Improve operational management logging: - make ManagementActor thr...Robert Gemmell2012-08-031-9/+63
* QPID-4172: HouseKeepingTask now reverts thread name before exiting to reduce ...Robert Gemmell2012-08-021-0/+46
* QPID-4182: Set the default minimumAlertRepeatGap value to 30 secondsRobert Gemmell2012-08-022-12/+21
* QPID-4171: Fix enqueue ordering for persistent messsagesKeith Wall2012-08-012-1/+141
* QPID-4124: Improved logging that is produced when the various transaction tim...Robert Gemmell2012-07-311-0/+101
* QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter...Robert Gemmell2012-07-111-0/+6
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-091-2/+2
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-089-49/+55
* QPID-3923, QPID-3998: update the Adapter layer to either use UUIDGenerator it...Robert Gemmell2012-07-081-43/+145
* QPID-4112: Virtualhosts recover exchanges before queuesKeith Wall2012-07-061-3/+3
* QPID-4109: Re-enable LoggingManagement MBeanKeith Wall2012-07-052-0/+286
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-022-17/+17
* QPID-3923: remove deprecated test-only AMQQueueFactory method and update test...Robert Gemmell2012-07-0110-94/+67
* QPID-3923: update ID generation to be consistent across all queues/exchanges/...Robert Gemmell2012-07-011-0/+111
* QPID-4902: NPE from SimpleAMQQueue and RejectedExecutionExecution handlingKeith Wall2012-06-301-1/+1
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-2823-2921/+642
* QPID-3997: [Java Broker] Allow assignment of AuthenticationManager on a per-p...Keith Wall2012-06-103-6/+74
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-064-15/+131
* QPID-3997: Fix test failure under JDK 1.7 when AuthenticationManagers would n...Keith Wall2012-06-036-264/+328
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-293-0/+140
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-292-0/+240
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-1711-93/+52
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-177-9/+356
* QPID-3997 : [Java Broker] Refactor code to make all calls to getAuthenticatio...Robert Godfrey2012-05-161-1/+2
* QPID-3979: [Java Broker] Last value queue memory leakKeith Wall2012-05-091-0/+211
* QPID-3985 : [Java Tests] Fix locale specific testsRobert Godfrey2012-05-072-32/+24
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-1/+8
* QPID-3864: add missing licence headers to files in the java tree that are inc...Robert Gemmell2012-04-192-0/+40
* QPID-3959: ensure the test creates/removes its own ApplicationRegistry with a...Robert Gemmell2012-04-181-2/+22
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-178-18/+458
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-128-249/+296
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-045-3/+36
* QPID-3927: ensure that priority is properly accounted for when comparing mess...Robert Gemmell2012-04-031-0/+117