summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5813: Lock in 0.30 release version numbers0.30Justin Ross2014-09-2315-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1627099 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068 : Merged revisions 1622677, 1622747, 1622768 from trunk to 0.30Robert Godfrey2014-09-084-66/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1623378 13f79535-47bb-0310-9956-ffa450edef68
* Merged QPID-6054 (r1621281) to 0.30 from trunkRobert Godfrey2014-08-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1621380 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6066 : Merged from trunk onto the 0.30 branchRobert Godfrey2014-08-261-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620715 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6044 : Merged to 0.30 branch from trunkRobert Godfrey2014-08-261-32/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620708 13f79535-47bb-0310-9956-ffa450edef68
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-2518-450/+545
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620350 13f79535-47bb-0310-9956-ffa450edef68
* Merging from trunk r1618840:1619054 in the Java treeRobert Godfrey2014-08-259-75/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620349 13f79535-47bb-0310-9956-ffa450edef68
* Merging from trunk r1618473:1618815 in the Java treeRobert Godfrey2014-08-2530-66/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620348 13f79535-47bb-0310-9956-ffa450edef68
* Merging from trunk r1618230:1618433 in the Java treeRobert Godfrey2014-08-2549-549/+1357
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620344 13f79535-47bb-0310-9956-ffa450edef68
* Merging from trunk r1617822:1618206 in the Java treeRobert Godfrey2014-08-257-55/+206
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620339 13f79535-47bb-0310-9956-ffa450edef68
* Merging from trunk r1617322:1617736 in the Java treeRobert Godfrey2014-08-2527-86/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620337 13f79535-47bb-0310-9956-ffa450edef68
* Merging from trunk r1617238:1617301 in the Java treeRobert Godfrey2014-08-256-17/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620335 13f79535-47bb-0310-9956-ffa450edef68
* Merging from trunk r1616716:1616818 in the Java treeRobert Godfrey2014-08-2515-85/+387
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620333 13f79535-47bb-0310-9956-ffa450edef68
* Merging from trunk r1616861:1617235 in the Java treeRobert Godfrey2014-08-2512-121/+264
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1620330 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: merge license and empty file changes from trunk rr1617774 and 1618218Robert Gemmell2014-08-152-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1618239 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813, QPID-5913: various LICENCE and NOTICE file updatesRobert Gemmell2014-08-111-0/+33
| | | | | | | | | | | | | - Ensure the main java directory has LICENSE and NOTICE files for use in new source archive. - Update pointers within the files at the repo root. - Ensure the main java directory has LICENSE entry for crypto-js for inclusion in source release. - Ensure the management-http binary jar contains LICENSE file entry for crypto-js, clarify entry in brokers binary assembly tar.gz file. - Update reference file for dep change verification. merge from trunk r1617301 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1617303 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: port javadoc fixups from trunk to the 0.30 branchRobert Gemmell2014-08-085-21/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1616823 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5972: [Java Broker] Web UI to edit actual attribute values rather than ↵Keith Wall2014-08-0737-119/+270
| | | | | | | | effective values Work completed by Andrew MacBean <macbean@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616543 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5970 : [Java Broker] Expose "age of oldest message on queue" to ↵Robert Godfrey2014-08-074-13/+52
| | | | | | management apis git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616487 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory ↵Robert Godfrey2014-08-069-14/+115
| | | | | | situations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616155 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add ↵Robert Godfrey2014-08-053-6/+7
| | | | | | some tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615969 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5928: [Java Broker] Modify web management console to hide queues and ↵Alex Rudyy2014-08-044-47/+88
| | | | | | exchanges when virtualhost host is stopped or unavailable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615629 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html ↵Andrew MacBean2014-08-0445-320/+332
| | | | | | inline styles and standardise via css git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615606 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5958: [Java Broker UI] Add missing panel surrounding connection attributes.Keith Wall2014-08-042-61/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615532 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5946 : [Java Broker] Add ability to parse PKCS#1 format private keys ↵Robert Godfrey2014-08-031-4/+2
| | | | | | and improve the presentation of keys stores on the broker tab in the HTTP management UI git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615462 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute ↵Keith Wall2014-08-036-24/+97
| | | | | | | | | | to the client's process identifier made available as connection properties during connection negotiation. * Make information available via the Connection tab during the Web Management UI. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5957: [Java Broker] Extend the Session model object to expose ↵Keith Wall2014-08-034-8/+99
| | | | | | | | transaction start and update times * Expose the same information on the Connection tab within the Web Management UI. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5956 : [Java Broker] Management UI for add/edit ports should allow ↵Robert Godfrey2014-08-022-8/+29
| | | | | | multiple selection of both TCP and SSL transports for HTTP and AMQP git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615370 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5955 : [Java Broker] Add systest and fix isSecure() for HTTPS connectionsRobert Godfrey2014-08-021-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615329 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5955 : [Java Broker] Add Apache license and small tidy-upsRobert Godfrey2014-08-021-12/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615324 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5955 : [Java Broker] Allow HTTP Management to run TCP and SSL on the ↵Robert Godfrey2014-08-022-1/+361
| | | | | | same port git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615322 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5928: [Java Broker] Add UI into web management console for editing of ↵Alex Rudyy2014-08-0130-168/+1152
| | | | | | | | virtual host nodes and virtual hosts The work is done by Andrew MacBean and Alex Rudyy. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615187 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5954: [Java Broker] Fix UnsupportedOperationException thrown from ↵Alex Rudyy2014-08-012-2/+4
| | | | | | GenericJDBCConfigurationStore and GenericJDBCConfigurationStore on trying to evaluate settings for Bone Connection Pool provider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615185 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5953: [Java Broker] Restore the auto refesh behaviour of tables within ↵Keith Wall2014-08-012-12/+43
| | | | | | | | tabs of the web management ui This commit reverts some changes made by r1598232 (which introduced the regression). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1615123 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5937 : Address comments from ~k-wallRobert Godfrey2014-07-311-14/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614938 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5944: [Java Broker] Expose queue clear management operation to the REST ↵Keith Wall2014-07-305-35/+109
| | | | | | API and Web Management Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614783 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5946 : [Java Broker] Add alternative KeyStore implementation that can ↵Robert Godfrey2014-07-303-27/+78
| | | | | | use standard crt/pem rather than jks files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614652 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5928: [Java Broker] Further enhancements and feedback changes forAndrew MacBean2014-07-3017-97/+98
| | | | | | initial implementation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614644 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5940 : [Java Broker] Add meta-data servletRobert Godfrey2014-07-292-0/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614370 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of ↵Robert Godfrey2014-07-291-2/+3
| | | | | | actual vs. effective attribute values git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614353 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of ↵Robert Godfrey2014-07-297-19/+123
| | | | | | actual vs. effective attribute values git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614333 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html ↵Andrew MacBean2014-07-2936-200/+208
| | | | | | inline styles and standardise via css git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614299 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5934 : [Java Broker] Allow TTL to be overridden on a per-Queue basisRobert Godfrey2014-07-283-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614166 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-286-29/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613950 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore ↵Robert Godfrey2014-07-2613-14/+347
| | | | | | implementations and remove old EntryStore implementations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-2530-265/+984
| | | | | | Work completed by Alex Rudyy <orudyy@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613461 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ↵Robert Godfrey2014-07-2517-77/+83
| | | | | | which controls whether message data is persisted or not. By default, depend on the persistence setting of the message, but allow an individual queue to declare that all (or no) messages should be persisted on the queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613440 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ↵Robert Godfrey2014-07-248-75/+81
| | | | | | channels git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5913: [Java Broker] Remove explict dependency on Crypto-JSKeith Wall2014-07-237-12/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612827 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5776 : Clean up sessions and links on AMQP 1.0 connection closingRobert Godfrey2014-07-212-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612404 13f79535-47bb-0310-9956-ffa450edef68