summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-4596: create/delete password file for the password file authentication p...Alex Rudyy2013-03-226-14/+63
* QPID-4596: Restrict the creation of PasswordCredentialManagingAuthenticationP...Alex Rudyy2013-03-221-3/+45
* QPID-4661: Improve broker attribute editing UI to avoid sending of unmodified...Alex Rudyy2013-03-222-5/+1
* QPID-4390: Add ability to save java broker store version with existing broker...Alex Rudyy2013-03-213-3/+28
* QPID-4657: Add UI into java broker web management console to add/edit/delete ...Alex Rudyy2013-03-181-0/+24
* QPID-4655: add BrokerOptions support for skipping the logging configuration (...Robert Gemmell2013-03-181-0/+11
* QPID-4000 : [Java Broker] Add conversion of 0-x messages to 1-0 subscriptionsRobert Godfrey2013-03-171-21/+14
* QPID-4636: add unit tests for new TrustManagersRobert Gemmell2013-03-141-0/+1
* QPID-4593: Remove initial store type command line argument, simplify configur...Alex Rudyy2013-03-146-176/+134
* QPID-4596,QPID-4638: Change authentication provider names to shorter names, r...Alex Rudyy2013-03-131-1/+1
* QPID-4639: Add UI to add/delete virtual hosts into java broker web management...Alex Rudyy2013-03-111-2/+9
* QPID-4638: Add UI to add/delete/update authentication providers into java bro...Alex Rudyy2013-03-111-0/+2
* QPID-4390: misc cleanupRobert Gemmell2013-03-101-16/+1
* QPID-4390: move the work dir defaulting and configuration fully within Broker...Robert Gemmell2013-03-102-4/+63
* QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut...Alex Rudyy2013-02-271-1/+1
* [QPID-4594] Add command line option to start java broker in a management mode...Alex Rudyy2013-02-223-0/+442
* QPID-4593: add command line argument to pass path to initial storeAlex Rudyy2013-02-205-60/+258
* 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