summaryrefslogtreecommitdiff
path: root/java/broker-core/src/test/java/org/apache/qpid/server
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-1714-200/+830
* Merge from trunkRobert Godfrey2014-10-1018-130/+1450
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-243-31/+0
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid stor...Andrew MacBean2014-09-171-1/+8
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-152-2/+3
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid stor...Andrew MacBean2014-09-151-3/+0
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-263-5/+38
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-222-10/+5
* QPID-6019 : [Java Broker] Move configured object registration with parents un...Robert Godfrey2014-08-214-6/+104
* QPID-6030 : [Java Tests] fix the BrokerTestHelper mock virtualhostRobert Godfrey2014-08-211-1/+4
* QPID-6029 : [Java Broker] ConfiguredObjectRecordConverter should allow refere...Robert Godfrey2014-08-211-0/+142
* QPID-6027 : [Java Broker] Fix test where record was being added into the Json...Robert Godfrey2014-08-211-1/+1
* QPID-6027 : [Java Broker] Enforce that all records being added into the Json ...Robert Godfrey2014-08-211-16/+83
* QPID-6017 : Attempt 2 to skip tests that require strong encryption when stron...Robert Godfrey2014-08-202-173/+196
* QPID-6017 : Attempt to skip tests that require strong encryption when strong ...Robert Godfrey2014-08-202-5/+39
* QPID-6017 : [Java Broker] add tests for AESKeyFileEncrypterFactoryRobert Godfrey2014-08-192-1/+314
* QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-191-67/+4
* QPID-6017 : [Java Broker] add tests for AESKeyFileEncrypterRobert Godfrey2014-08-191-0/+194
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-181-1/+2
* QPID-6009 : [Java Broker] Add tests of valid value meta dataRobert Godfrey2014-08-168-3/+177
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-162-3/+6
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-081-1/+1
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-0814-9/+230
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-084-0/+70
* QPID-5970 : [Java Broker] Expose "age of oldest message on queue" to manageme...Robert Godfrey2014-08-073-0/+149
* QPID-5965 : Fix test mock message to include stored messageRobert Godfrey2014-08-061-0/+2
* QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add some...Robert Godfrey2014-08-054-0/+272
* QPID-5957 , QPID-5958 : [Java Broker] Add new methods to mock objects so the ...Robert Godfrey2014-08-031-0/+18
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-312-4/+64
* QPID-5934 : [Java Broker] Allow TTL to be overridden on a per-Queue basisRobert Godfrey2014-07-281-9/+113
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-2617-1412/+145
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-251-1/+46
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-257-47/+89
* QPID-5915: [Java Broker] Ensure that closing a Connection model object also c...Keith Wall2014-07-241-0/+64
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-2410-65/+67
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-203-18/+219
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-201-7/+6
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-042-3/+208
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-041-0/+43
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2610-89/+94
* QPID-5834: [Java Broker] Move validation that prevents to deletion of default...Keith Wall2014-06-244-658/+132
* QPID-5803: [Java Broker] Add a utilised flag to the VHN context after the blu...Keith Wall2014-06-201-32/+147
* QPID-5819: Make JsonFileConfigStore#close idempotent, like other DCS implemen...Keith Wall2014-06-191-2/+7
* QPID-5825: Changes to address some review comments for initial commitAndrew MacBean2014-06-192-8/+65
* QPID-5825: Broker tries to downgrade to the wrong amqp protocol versionAndrew MacBean2014-06-192-0/+85
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-182-8/+33
* QPID-5785: [Java Broker] Fix NPE when a topic exchange is closed after a mess...Keith Wall2014-06-171-38/+170
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-132-25/+2
* QPID-5721: Improve exception message used when String operand cannot be inter...Keith Wall2014-06-122-1/+197
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-072-14/+4