summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-4984: WIP - Merge from trunk r.1534385.Kim van der Riet2013-10-21148-27304/+0
* QPID-4984: WIP - Merge from trunk r.1525056Kim van der Riet2013-09-2072-4235/+2418
* 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
* QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from...Alex Rudyy2013-04-1713-315/+380
* QPID-4731: Implemented JMSSelectorFilter equals() and hashcode() to avoid lea...Keith Wall2013-04-171-0/+56
* QPID-4741: add command line option to request overwritig existing broker conf...Robert Gemmell2013-04-153-11/+64
* QPID-4739: add ACL tests for new TrustStore + KeyStore objectsRobert Gemmell2013-04-151-1/+4
* QPID-4739: complete support for defining multiple key/trust stores and assign...Robert Gemmell2013-04-124-69/+128
* QPID-4696: Group broker attributes on editing UI, improve attribute descripti...Alex Rudyy2013-04-032-86/+37
* QPID-4657, QPID-4683: review changesRobert Gemmell2013-04-011-1/+1
* QPID-4676: change External auth provider to create usernames of the form <CN>...Robert Gemmell2013-04-011-10/+113
* QPID-4594, QPID-4682: changes from review of new 'management mode' functionalityRobert Gemmell2013-03-313-11/+38
* QPID-4657, QPID-4683: review changes for new port configuration functionalityRobert Gemmell2013-03-311-7/+109
* QPID-4677: Rename broker and virtual host attribute constants to distiguish t...Alex Rudyy2013-03-298-50/+50
* QPID-4677: Add missing broker attributes related to store transactionsAlex Rudyy2013-03-291-0/+48