summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4894: Fix removal of exchange binidings in web management consoleAlex Rudyy2013-06-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488512 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4896: Change Drain/Spout not to assume a virtualhost named testKeith Wall2013-05-311-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488133 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4881: update docs/help to use quotes for the config property argument, ↵Robert Gemmell2013-05-241-1/+1
| | | | | | as will be required when using the startup script on Windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486017 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4591: exclude new python tests from test runs agaisnt the Java broker ↵Robert Gemmell2013-05-241-0/+4
| | | | | | since it does not support the feature git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485953 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4873 Commiting patch by Helen Kwong.Rajith Muditha Attapattu2013-05-237-20/+165
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485878 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4881: Fix qpid-server.bat to support quoted command line argumentsAlex Rudyy2013-05-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485859 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4876: Throw an exception when virtual host configuration is not found ↵Alex Rudyy2013-05-224-9/+25
| | | | | | in virtual host file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485163 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary ↵Robert Godfrey2013-05-201-1/+1
| | | | | | values for generated message-ids git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1484601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4868: Add UI into web management console to edit JMX management ↵Alex Rudyy2013-05-202-0/+38
| | | | | | configuration git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1484430 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4864 The JMS client needlessly holds the failover mutex whenRajith Muditha Attapattu2013-05-171-7/+4
| | | | | | creating a text message. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483877 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4858: Prevent silent use of insecure HTTP connector when HTTP protocol ↵Alex Rudyy2013-05-179-46/+13
| | | | | | | | with SSL transport was requested. Remove separate HTTPS protocol and use HTTP protocol with SSL transport for consistency with all other protocol types. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483866 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4860: Show virtual host state in UI and transition virtual host into ↵Alex Rudyy2013-05-172-1/+17
| | | | | | ERRORED state on failing to activate git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483865 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4851: Allow users to access http management using '/' instead of ↵Alex Rudyy2013-05-171-0/+2
| | | | | | forcing them to type '/management' or '/index.html' git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4862: Improve registration/unregistration for JMX MBean objectsAlex Rudyy2013-05-173-43/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483863 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4739: Remove redundant validation of keystore attributes as they are ↵Alex Rudyy2013-05-171-22/+0
| | | | | | validated at keystore creation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483862 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4863: Validate plugin attribute changes and throw ↵Alex Rudyy2013-05-177-0/+141
| | | | | | UnsupportedOperationException where attribute changes are not supported git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483861 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4852: Try to close opened AMQP 1.0 connections on broker shutdownAlex Rudyy2013-05-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483260 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4851: Fix ConcurrentModificationException thrown on closing of AMQP 1.0 ↵Alex Rudyy2013-05-151-1/+2
| | | | | | connection with existing sessions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483121 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4849 The previous code was assuming that "CN" was the first entryRajith Muditha Attapattu2013-05-151-2/+3
| | | | | | | in the name string. Changed the code to first find "CN" and then extract from there. testMultipleCertsInSingleStore verifies this change. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1483079 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4847: add support for message group attributes when creating/inspecting ↵Robert Gemmell2013-05-1510-21/+74
| | | | | | queues via the rest interface and web management ui git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482838 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4830 : [JMS AMQP 1.0] Improve JMS client error handlingRobert Godfrey2013-05-155-2/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4845 : [JMS AMQP 1.0] Client incorrectly reports temporary ↵Robert Godfrey2013-05-152-4/+30
| | | | | | destinations as deleted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482729 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary ↵Robert Godfrey2013-05-143-21/+51
| | | | | | values for generated message-ids git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482609 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4841 : Ensure all data values returned through the REST API are ↵Robert Godfrey2013-05-1416-87/+103
| | | | | | properly sanitised before displaying in HTML to prevent XSS attacks git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1482562 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4832: Split 0.8 python test ↵Alex Rudyy2013-05-131-0/+3
| | | | | | | | | | DefaultExchangeRuleTests.testDefaultExchange into 2 tests: testDefaultExchange testing that queue is automatically bound to a default exchange testDefaultExchangeExplicitBind testing explicit queue bind on a default exchange Exclude testDefaultExchangeExplicitBind from Java Broker python test profile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481824 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: removing maximum latency from Java performance charts because it is ↵Phil Harvey2013-05-139-111/+91
| | | | | | not very useful and makes it harder to read the average git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4831 : [Java Broker] Allow identification of SSLv2 Client Hello ↵Robert Godfrey2013-05-121-0/+16
| | | | | | messages (used in Java 1.6) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481567 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4832 : Exclude the default exchange in the bdb store upgrade from 5 to 6Robert Godfrey2013-05-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481508 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4831 : [Java Broker] Fix closedown on SSL when SSL and TCP can use same ↵Robert Godfrey2013-05-121-6/+9
| | | | | | port git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481502 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4833 : [Java Broker] Display transport (TCP/SSL) and (accepting) port ↵Robert Godfrey2013-05-116-4/+32
| | | | | | for each connection in web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481416 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4382 : [Java Broker] Implement the default exchange as a facade on top ↵Robert Godfrey2013-05-1138-499/+741
| | | | | | 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-1119-215/+888
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481331 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4830 : [JMS AMQP 1.0] Improve error handling in the JMS clientRobert Godfrey2013-05-1112-73/+312
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4829 : [JMS AMQP 1.0] Sessions added to started connections are not ↵Robert Godfrey2013-05-114-14/+30
| | | | | | themselves started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1481290 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4827: now most chart definition settings can contain system property ↵Phil Harvey2013-05-1035-54/+63
| | | | | | placeholders git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480995 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: fixed SQL query in chartdef - it was returning results from both ↵Phil Harvey2013-05-101-1/+1
| | | | | | the auto-ack and the transacted iterations of the perf test git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4657: Add note into Port editing UI that changes take have after Broker ↵Alex Rudyy2013-05-092-1/+5
| | | | | | restart git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480673 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3838 If stric-jms flag is used qpid.subject is prefixed with "JMS_"Rajith Muditha Attapattu2013-05-092-6/+56
| | | | | | | to ensure we are in compliance with the JMS spec. Without this fix we fail the JEE TCK. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4824 : [Java AMQP 1.0] Reduce memory usage of codecRobert Godfrey2013-05-093-68/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4823: add missing entry to AddQueue dialog for setting the ↵Robert Gemmell2013-05-092-1/+11
| | | | | | 'alertThresholdQueueDepthBytes' attribute git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480581 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4818: Remove a redundant providerSearchUrl attribute for Simple Ldap ↵Alex Rudyy2013-05-082-12/+5
| | | | | | Authentication Provider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4747: we no longer need the 'default' column in the authentication ↵Robert Gemmell2013-05-071-8/+3
| | | | | | provider grid as we removed the functionality git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479839 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4752: Move FileGroupProvider resources into correct locationAlex Rudyy2013-05-061-0/+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-0519-1/+380
| | | | 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-056-97/+91
| | | | | | 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-056-53/+55
| | | | | | logging configuration file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479309 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4814: Fix the rest layer configured object update by name and multiple ↵Alex Rudyy2013-05-042-4/+24
| | | | | | object parents git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479201 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4813: Protect operations to update queue and exchange attributes with ACLAlex Rudyy2013-05-0411-4/+643
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479200 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4645: make the broker-plugins and bdbstore modules runtime dependencies ↵Robert Gemmell2013-05-041-2/+2
| | | | | | in the broker pom, with only the latter being optional git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479178 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4809: change initial-config.json to using qpid.work_dir and ↵Robert Gemmell2013-05-043-67/+126
| | | | | | | | | 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