summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-151-284/+0
* QPID-6362: [Java Broker] Remove now dead code from BrokerOptionsKeith Wall2015-02-051-1/+1
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-261-1/+1
* QPID-5687 : [Java Broker] fix the initial config store to use "type" not "plu...Robert Godfrey2014-04-131-4/+4
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-231-0/+284
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-23149-27588/+0
* QPID-5138: Protect user preferences operations with ACLAlex Rudyy2013-09-193-0/+62
* QPID-5138: Disallow setting of preferneces provider for anonymous authenticat...Alex Rudyy2013-09-171-32/+49
* QPID-5138: Integrate preferences provider into Broker model, create associati...Alex Rudyy2013-09-147-6/+334
* QPID-5138: Introduce preferences provider interface and its implementation st...Alex Rudyy2013-09-141-0/+246
* QPID-5087 : [Java Broker] Fix test to mock restoreQueue/Exchange rather than ...Robert Godfrey2013-08-211-6/+4
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-212-23/+49
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-2113-125/+74
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-204-7/+309
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-1812-212/+441
* QPID-5073 : Add dependency on alternate exchange for queues where such an alt...Robert Godfrey2013-08-161-17/+15
* QPID-5073 : Add dependency on alternate exchange for queues where such an alt...Robert Godfrey2013-08-161-12/+106
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to allo...Robert Godfrey2013-08-154-275/+391
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-6/+4
* 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