summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* | QPID-6002 : [Java Broker] NullPointerException when writing message discard ↵Robert Godfrey2014-08-151-7/+6
| | | | | | | | | | | | logging message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618139 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3978 : [Java Broker] Add unit test for UnacknowledgedMessageMapRobert Godfrey2014-08-141-0/+84
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618082 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3978 : [Java Broker] Fix bug in unacknowledged map where non locked ↵Robert Godfrey2014-08-141-1/+1
| | | | | | | | | | | | (deleted) messages were not being excluded from the messages to dequeue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618079 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-12/+13
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617822 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-13/+15
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617716 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-1319-46/+150
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617707 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5987: Fix VHN/VH grid selection and display host statitics only if it ↵Alex Rudyy2014-08-121-6/+12
| | | | | | | | | | | | is active git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617628 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5988: [Java Broker] Default VHN/VH store paths to path location based ↵Keith Wall2014-08-117-17/+7
| | | | | | | | | | | | on QPID_WORK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617325 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5987: [Java Broker] Make VHN/VH grid consistent with other grids on ↵Alex Rudyy2014-08-111-10/+21
| | | | | | | | | | | | broker tab in web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617324 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. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617301 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5986: [Java Broker] right aligned attributes on queue, connection and ↵Andrew MacBean2014-08-114-11/+17
| | | | | | | | | | | | virtualhost tabs not correct in IE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617275 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5981: Improve look and feel of 'Add binding' dialog in web management ↵Alex Rudyy2014-08-112-6/+16
| | | | | | | | | | | | | | | | | | | | | | console: make 'Binding Argument' grid height auto-resizable make 'Binding key' form field required replace 'Binding Arguments' button captions Add/Delete with +/- remove empty option for x-qpid-no-local git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617238 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5984: [Java Broker] Queue tab improvementsKeith Wall2014-08-102-58/+104
| | | | | | | | | | | | | | * Revert to two column layout to optimise use of screen space * Expose flow control, oldest message age and maximum delivery attempt attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617160 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5982: [Java Broker] BDB HA: Reset replication transaction id when ↵Keith Wall2014-08-101-4/+4
| | | | | | | | | | | | | | | | | | contact with remote node is lost * Change BDB HA VHN tab so that replication transaction id -1 is shown as N/A * Adjust width of VH table on Broker tab to avoid state UNAVAIABLE wrapping over two lines. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617159 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-097-43/+92
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616977 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when ↵Robert Godfrey2014-08-084-15/+54
| | | | | | | | | | | | authentication is not performed in a timely manner git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616899 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5746 : [Java Broker] enforce idle disconnect of AMQP 0-8/9/9-1 connectionsRobert Godfrey2014-08-081-1/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616861 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5981: [Java Broker] Add ability to set binding arguments in web ↵Alex Rudyy2014-08-082-21/+245
| | | | | | | | | | | | management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616818 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ↵Robert Godfrey2014-08-082-7/+20
| | | | | | | | | | | | on which the message already exists git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616813 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-085-21/+13
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616796 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a ↵Robert Godfrey2014-08-0811-57/+122
| | | | | | | | | | | | queue due to TTL or management actions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616742 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as ↵Justin Ross2014-08-0715-15/+15
| | | | | | | | | | | | appropriate git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616586 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