summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6055 : [Java Broker] Ensure max frame size is always less than ↵Robert Godfrey2014-08-306-9/+28
| | | | | | Integer.MAX_VALUE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6061 : [Java Broker] Use subject as the proxy for routing key for 1.0 ↵Robert Godfrey2014-08-302-4/+64
| | | | | | messages sent directly to an exchange of type direct or topic git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621443 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6054 : [Java Broker] Broker does not honour request for receiver settle ↵Robert Godfrey2014-08-291-0/+2
| | | | | | first incoming link git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621281 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6051: Allow exceptions from post commit actions to be handled in the ↵Alex Rudyy2014-08-281-2/+7
| | | | | | callers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6051: Fix handling of exceptions thrown from post commit or deferred ↵Alex Rudyy2014-08-281-4/+10
| | | | | | actions on transaction commit git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621106 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6047 : [Java Broker] Improve Message conversion between 1.0 and 0.x ↵Robert Godfrey2014-08-274-9/+45
| | | | | | protocols - add mapping from application property qpid.subject to the 1.0 subject property git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620858 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single ↵Robert Godfrey2014-08-2614-152/+295
| | | | | | consumer that is consuming across a collection of queues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ↵Robert Godfrey2014-08-261-2/+2
| | | | | | address amq.fanout (or any fanout exchange) bind the temporary queue to the exchange witht the queue name git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620657 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ↵Robert Godfrey2014-08-261-0/+13
| | | | | | address amq.fanout (or any fanout exchange) bind the temporary queue to the exchange witht the queue name git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620629 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6044 : [Java Broker] [AMQP 1.0] cache the valid host names for the ↵Robert Godfrey2014-08-261-57/+1
| | | | | | local machine git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620593 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6044 : [Java Broker] [AMQP 1.0] When the hostname in the open frame ↵Robert Godfrey2014-08-261-28/+94
| | | | | | does not resolve directly to a vhost, but does resolve via DNS to the local machine, map the connection to the default vhost git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620570 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: added colon character to the web UI context variable regex pattern ↵Andrew MacBean2014-08-251-1/+1
| | | | | | to allow use of namespace git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620329 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6034: [Java Broker] Refactor Port UI feedback changes from code reviewAndrew MacBean2014-08-254-29/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing ↵Robert Godfrey2014-08-241-2/+14
| | | | | | to the 0-8/9/9-1 client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620147 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6038 : [Java Broker] display exchange type on exchange view in HTTP ↵Robert Godfrey2014-08-232-20/+37
| | | | | | management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration ↵Robert Godfrey2014-08-221-1/+1
| | | | | | to be passed in on creation of a virtualhost node git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619918 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6034: [Java Broker] Refactor Port UI to use metadata service rather ↵Andrew MacBean2014-08-2211-355/+305
| | | | | | than hard-coding a list of protocols/transports etc git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619854 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6022 : Remove unnecessary and potentially XSS inducing replay of the ↵Robert Godfrey2014-08-221-1/+1
| | | | | | path info in the error response git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619733 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : Add persisted derived attributes to the initial configuration ↵Robert Godfrey2014-08-211-0/+13
| | | | | | extract git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : [Java Broker] Sort statisticsRobert Godfrey2014-08-211-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST ↵Robert Godfrey2014-08-204-61/+165
| | | | | | servlet to extract data for an initial configuration (e.g. for a vhost) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619259 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-192-39/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618964 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6016: [Java Broker] Web UI error handlingKeith Wall2014-08-194-33/+37
| | | | | | Address review comments from Alex Rudyy <orudyy@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618889 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6000 : [Java] Address review comments from AlexRobert Godfrey2014-08-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618871 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6010 : [Java Broker] Remove unnecessary system properties for ↵Robert Godfrey2014-08-192-3/+3
| | | | | | controlling which AMQP protocols are made available git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618858 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6016: [Java Broker] Improve Web Management Console error handlingKeith Wall2014-08-1826-58/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap ↵Robert Godfrey2014-08-181-1/+2
| | | | | | to avoid linking issues after compiling under Java 8 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618690 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3978 : [Java Broker] Download severity of log message 'MessageRelease ↵Keith Wall2014-08-181-3/+3
| | | | | | | | received for message which has not been acquired' to debug This message is now normal and will happen as a result of ttl or management action. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618660 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and ↵Robert Godfrey2014-08-182-4/+3
| | | | | | implementation types git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618531 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6006: [Java Broker] Fix the formatting of the port add/edit dialogueKeith Wall2014-08-162-169/+250
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618422 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-162-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618414 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure ↵Robert Godfrey2014-08-1614-76/+286
| | | | | | automatic message compression git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618375 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ↵Keith Wall2014-08-1633-405/+904
| | | | | | | | | | edit workflows * Metadata service now used to discover the attributes for each category instance type. * Create/edit dialogues now have promptMessages to provide a fuller description of the field's purpose * If the attribute has a default, the default is interpolated into the promptMessage in a standard way. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-152-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6003 : [Java Broker] improve conversion of non-standard AMQP 1.0 types ↵Robert Godfrey2014-08-153-35/+102
| | | | | | in message headers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618176 13f79535-47bb-0310-9956-ffa450edef68
* 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