summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4984: WIP - Merge from trunk r.1534385.Kim van der Riet2013-10-21148-27304/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/linearstore@1534394 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4984: WIP - Merge from trunk r.1525056Kim van der Riet2013-09-2072-4235/+2418
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/linearstore@1525101 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-106-358/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1501682 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4980 : [Java Broker] add connection pool attributes to http managementRobert Godfrey2013-07-051-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1500169 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStore interface to be ↵Robert Godfrey2013-07-0511-92/+116
| | | | | | in terms of ConfiguredObject rather than implementation classes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1500047 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-023-59/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1498976 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost ↵Robert Godfrey2013-07-019-44/+87
| | | | | | object not XML Configuration git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1498345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4943: Allow setting client connection property ↵Alex Rudyy2013-06-271-0/+72
| | | | | | 'qpid.close_when_no_route' as string and boolean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497347 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4951: Add cause code and message into operational logs for session ↵Alex Rudyy2013-06-262-0/+14
| | | | | | close initiated by the Broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1496951 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4946 : [Java Broker] closing the broker may result in same message ↵Robert Godfrey2013-06-251-0/+11
| | | | | | being delivered to multipl competing consumers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1496401 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a ↵Alex Rudyy2013-06-211-0/+1
| | | | | | connection on receiving a mandatory unroutable message in a transacted session git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1495511 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-199-158/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1494667 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4911: Add unit test for setting of queue binding arguments in XML ↵Alex Rudyy2013-06-061-1/+64
| | | | | | config file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1490404 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4904 : [Java] AMQShortString.equals should only return true if it is ↵Robert Godfrey2013-06-031-2/+2
| | | | | | being compared to another AMQShortString git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489040 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4904 : [Java] AMQShortString.equals should on return true if it is ↵Robert Godfrey2013-06-031-2/+2
| | | | | | being compared to another AMQShortString git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488957 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4898 : [Java Broker] Allow setting arbitrary arguments in queue ↵Robert Godfrey2013-06-022-6/+65
| | | | | | defintion within XML config file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488636 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-013-713/+293
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488561 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4876: Throw an exception when virtual host configuration is not found ↵Alex Rudyy2013-05-222-3/+20
| | | | | | in virtual host file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485163 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4382 : [Java Broker] Implement the default exchange as a facade on top ↵Robert Godfrey2013-05-118-25/+32
| | | | | | of the queue registry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481350 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4831 : [Java Broker] Allow SSL and non-SSL connections on the same portRobert Godfrey2013-05-114-5/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481331 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4752: Move FileGroupProvider resources into correct locationAlex Rudyy2013-05-061-19/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479491 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-058-0/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479398 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4594,QPID-4682: rename BrokerOptions methods for overriding the ↵Robert Gemmell2013-05-053-50/+50
| | | | | | HTTP/JMX/RMI ports in management mode to better match their function git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479310 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4815: make BrokerOptions the primary source of the location for the ↵Robert Gemmell2013-05-052-8/+26
| | | | | | logging configuration file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479309 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4809: change initial-config.json to using qpid.work_dir and ↵Robert Gemmell2013-05-041-29/+72
| | | | | | | | | qpid.home_dir config variables instead of QPID_WORK and QPID_HOME system properties Enables us to default the former when QPID_WORK is not set and allows the latter to be set on a per-instance basis. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to ↵Alex Rudyy2013-05-033-8/+137
| | | | | | the configuration store and validated at startup git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478732 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4802: In management mode set state to ERRORED for failing to activate ↵Alex Rudyy2013-05-031-0/+245
| | | | | | authentication providers, group providers and acl providers in order to allow editing of attributes preventing normal startup git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478731 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4809: add support for setting configuration properties through the ↵Robert Gemmell2013-05-035-19/+114
| | | | | | | | command line and BrokerOptions that can be used by the broker configuration store to resolve variables in the config, use this to supply the default port number values. Povides chance to alter the ports when first starting the broker and using the initial config file to populate the config store. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478696 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4795: update naming of the UserManagement MBeans to remove restriction ↵Robert Gemmell2013-05-011-12/+7
| | | | | | preventing there being multiple AuthenticationProviders capable of user management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477965 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4778: Introduce additional states for configured objects: ERRORED and ↵Alex Rudyy2013-04-301-0/+205
| | | | | | REPLICA git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477667 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : remove unused code from the Java BrokerRobert Godfrey2013-04-303-28/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477628 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4785: relax restrictions on editing/deleting active ports outwith ↵Robert Gemmell2013-04-291-0/+3
| | | | | | management-mode git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477190 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-293-0/+324
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477110 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4784: stop generating errors during creation of PDAM's due to duplicate ↵Robert Gemmell2013-04-294-280/+28
| | | | | | sasl provider registration, simplify PDAM. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1477078 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4596: Call AuthenticationManager#onCreate() only when authentication ↵Alex Rudyy2013-04-253-14/+92
| | | | | | provider is created git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1475825 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4753: move ACL config from broker attribute to a top level entityAlex Rudyy2013-04-195-15/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1469937 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4752: Make the GroupProvider a full broker-level configuration entry ↵Alex Rudyy2013-04-195-22/+53
| | | | | | instead of a broker attribute. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1469916 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4754: Make broker name editable and show it in the browser titleAlex Rudyy2013-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1469914 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute ↵Alex Rudyy2013-04-1713-315/+380
| | | | | | from broker and add an overriding authentication provider for management mode git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1468830 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4731: Implemented JMSSelectorFilter equals() and hashcode() to avoid ↵Keith Wall2013-04-171-0/+56
| | | | | | leaking topic queues. Previously TopicExchangeResult._filteredQueues look-ups in TopicExchangeResult.removeFilteredQueue were erroneously failing, causing the queues therein to evade deletion during topic consumer close. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1468815 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4741: add command line option to request overwritig existing broker ↵Robert Gemmell2013-04-153-11/+64
| | | | | | config store with current initial config file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1467930 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4739: add ACL tests for new TrustStore + KeyStore objectsRobert Gemmell2013-04-151-1/+4
| | | | | | Also some small fixups from secondary review: correct exception messages, remove unused imports, tweak a unit test, add a couple of missing licence headers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1467922 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4739: complete support for defining multiple key/trust stores and ↵Robert Gemmell2013-04-124-69/+128
| | | | | | assigning them on a port-specific basis git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1467334 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4696: Group broker attributes on editing UI, improve attribute ↵Alex Rudyy2013-04-032-86/+37
| | | | | | | | | | | descriptions, add attributes units. Remove obsolete GroupPrincipalAccessor. Fix flow control attribute validation. Fix constant name for default group provider attribute. Remove redundant comments. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464115 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4657, QPID-4683: review changesRobert Gemmell2013-04-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463142 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4676: change External auth provider to create usernames of the form ↵Robert Gemmell2013-04-011-10/+113
| | | | | | | | | | <CN>@<DC1>.<DC2>....<DCN> by default - Allows for use of SSL Client Authentication in manner more consistent with the C++ broker - Adds 'useFullDN' attribute to the auth provider to allow enabling use of the old behaviour git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463074 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4594, QPID-4682: changes from review of new 'management mode' functionalityRobert Gemmell2013-03-313-11/+38
| | | | | | | | | - Tweak the command line options for the management mode ports to group the options and make it clear they are only for management mode, and remove a naming clash with old options that had different behaviour. - Make the virtualhosts load during management mode, enabling them to normally be managed as well. - Add a new command line option to quiesce the virtualhosts during mangement mode if required. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4657, QPID-4683: review changes for new port configuration functionalityRobert Gemmell2013-03-311-7/+109
| | | | | | | | | | | | | | | - Fix ability to select SSL for a port - Add ability to set SSL Client Auth attributes for a port - Enforce that you have SSL keystores/trustures in place when creating new ports that will fail to work without them - Update names and placeholder text in UI to convey what happens when you dont fill out an optional attribute. - Remove the default AMQP port value in form, makes the user specify port and avoid near definite clash. - Removed requirement to specify Transport since it is actually optional. - Ensure the port state is set accurately for newly added ports - Fix the ability to override the management ports in ManagementMode - Allow editing the management ports in Management Mode without having to override them first. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463060 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4677: Rename broker and virtual host attribute constants to distiguish ↵Alex Rudyy2013-03-298-50/+50
| | | | | | the global default settings for queues, connections and virtual hosts from own attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1462550 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4677: Add missing broker attributes related to store transactionsAlex Rudyy2013-03-291-0/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1462472 13f79535-47bb-0310-9956-ffa450edef68