summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-5038: [Java Broker Tests] Fix leak from message store testsKeith Wall2013-08-042-42/+29
* QPID-4875 : The parsing logic for certificate subjects does not work properly...Robert Godfrey2013-07-301-1/+1
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-0/+266
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-1618-2356/+0
* QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in testsRobert Godfrey2013-07-1611-66/+48
* QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in testsRobert Godfrey2013-07-1610-174/+162
* QPID-4659 : [Java Broker] tidy up amqp 0-8 implementation, reduce unnecessary...Robert Godfrey2013-07-1520-284/+254
* QPID-4659 : [Java Broker] move amqp 0-10 implementation into a pluginRobert Godfrey2013-07-153-198/+0
* QPID-4659 : [Java Broker] make message fomat conversions pluggable for differ...Robert Godfrey2013-07-151-21/+0
* QPID-4659 : [Java Broker] make message meta data pluggable for different prot...Robert Godfrey2013-07-151-0/+21
* QPID-4659 : [Java Broker] fix protocol version specific code in logging, subs...Robert Godfrey2013-07-143-7/+26
* QPID-4659 : [Java Broker] make protocol engines pluggableRobert Godfrey2013-07-141-4/+1
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-1429-73/+77
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-1310-962/+123
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-106-358/+12
* QPID-4980 : [Java Broker] add connection pool attributes to http managementRobert Godfrey2013-07-051-3/+9
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStore interface to be ...Robert Godfrey2013-07-0511-92/+116
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-023-59/+112
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-019-44/+87
* QPID-4943: Allow setting client connection property 'qpid.close_when_no_route...Alex Rudyy2013-06-271-0/+72
* QPID-4951: Add cause code and message into operational logs for session close...Alex Rudyy2013-06-262-0/+14
* QPID-4946 : [Java Broker] closing the broker may result in same message being...Robert Godfrey2013-06-251-0/+11
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-211-0/+1
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-199-158/+133
* QPID-4911: Add unit test for setting of queue binding arguments in XML config...Alex Rudyy2013-06-061-1/+64
* QPID-4904 : [Java] AMQShortString.equals should only return true if it is bei...Robert Godfrey2013-06-031-2/+2
* QPID-4904 : [Java] AMQShortString.equals should on return true if it is being...Robert Godfrey2013-06-031-2/+2
* QPID-4898 : [Java Broker] Allow setting arbitrary arguments in queue defintio...Robert Godfrey2013-06-022-6/+65
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-013-713/+293
* QPID-4876: Throw an exception when virtual host configuration is not found in...Alex Rudyy2013-05-222-3/+20
* QPID-4382 : [Java Broker] Implement the default exchange as a facade on top o...Robert Godfrey2013-05-118-25/+32
* QPID-4831 : [Java Broker] Allow SSL and non-SSL connections on the same portRobert Godfrey2013-05-114-5/+21
* QPID-4752: Move FileGroupProvider resources into correct locationAlex Rudyy2013-05-061-19/+0
* NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-058-0/+160
* QPID-4594,QPID-4682: rename BrokerOptions methods for overriding the HTTP/JMX...Robert Gemmell2013-05-053-50/+50
* QPID-4815: make BrokerOptions the primary source of the location for the logg...Robert Gemmell2013-05-052-8/+26
* QPID-4809: change initial-config.json to using qpid.work_dir and qpid.home_di...Robert Gemmell2013-05-041-29/+72
* QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to t...Alex Rudyy2013-05-033-8/+137
* QPID-4802: In management mode set state to ERRORED for failing to activate au...Alex Rudyy2013-05-031-0/+245
* QPID-4809: add support for setting configuration properties through the comma...Robert Gemmell2013-05-035-19/+114
* QPID-4795: update naming of the UserManagement MBeans to remove restriction p...Robert Gemmell2013-05-011-12/+7
* QPID-4778: Introduce additional states for configured objects: ERRORED and RE...Alex Rudyy2013-04-301-0/+205
* NO-JIRA : remove unused code from the Java BrokerRobert Godfrey2013-04-303-28/+1
* QPID-4785: relax restrictions on editing/deleting active ports outwith manage...Robert Gemmell2013-04-291-0/+3
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-293-0/+324
* QPID-4784: stop generating errors during creation of PDAM's due to duplicate ...Robert Gemmell2013-04-294-280/+28
* QPID-4596: Call AuthenticationManager#onCreate() only when authentication pro...Alex Rudyy2013-04-253-14/+92
* QPID-4753: move ACL config from broker attribute to a top level entityAlex Rudyy2013-04-195-15/+13
* QPID-4752: Make the GroupProvider a full broker-level configuration entry ins...Alex Rudyy2013-04-195-22/+53
* QPID-4754: Make broker name editable and show it in the browser titleAlex Rudyy2013-04-191-1/+1