summaryrefslogtreecommitdiff
path: root/java/broker-plugins
Commit message (Collapse)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-179-20/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1632579 13f79535-47bb-0310-9956-ffa450edef68
* Add loggingRobert Godfrey2014-10-133-1/+240
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1631344 13f79535-47bb-0310-9956-ffa450edef68
* Fix the invalid channel proxy caseRobert Godfrey2014-10-131-6/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1631320 13f79535-47bb-0310-9956-ffa450edef68
* Migrate broker to new direct method dispatch mechanismRobert Godfrey2014-10-138-2318/+255
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1631275 13f79535-47bb-0310-9956-ffa450edef68
* Move connection methods into AMQProtocolEngineRobert Godfrey2014-10-125-330/+491
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1631192 13f79535-47bb-0310-9956-ffa450edef68
* Move channel methods into AMQChannelRobert Godfrey2014-10-124-1499/+1406
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1631160 13f79535-47bb-0310-9956-ffa450edef68
* Move channel methodsRobert Godfrey2014-10-1119-2091/+2182
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1631137 13f79535-47bb-0310-9956-ffa450edef68
* Merge from trunkRobert Godfrey2014-10-1020-2412/+4106
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1630749 13f79535-47bb-0310-9956-ffa450edef68
* More refactoringRobert Godfrey2014-10-101-9/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1630745 13f79535-47bb-0310-9956-ffa450edef68
* More refactoringRobert Godfrey2014-10-039-23/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1629270 13f79535-47bb-0310-9956-ffa450edef68
* Remove (essentially) unusued state class, tidy up package structureRobert Godfrey2014-09-3011-126/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628514 13f79535-47bb-0310-9956-ffa450edef68
* Remove handlersRobert Godfrey2014-09-3051-4437/+1974
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628473 13f79535-47bb-0310-9956-ffa450edef68
* Remove remaining protocol specific classes/interfacesRobert Godfrey2014-09-2920-32/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628339 13f79535-47bb-0310-9956-ffa450edef68
* Merge method body implementation classesRobert Godfrey2014-09-299-129/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628336 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant interfacesRobert Godfrey2014-09-284-13/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628082 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate method body implementationsRobert Godfrey2014-09-2840-972/+551
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628074 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-243-15/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627278 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6093: Address code review comments:Alex Rudyy2014-09-1710-19/+82
| | | | | | | | | 1) Display promptMessages in edit broker dialog 2) Fix issue with button disaperaing on dialog resize on editing VH/VHN and broker 3) Fix context name/value pair editing in Safari 4) Stop posting form data on pressing Cancel button in dialogs for editing VH/VHN and broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1625650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ↵Andrew MacBean2014-09-172-30/+24
| | | | | | if VHN has not been started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1625601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6105: [Java Broker] Avoid use of javascript const keyword to avoid ↵Keith Wall2014-09-171-1/+1
| | | | | | compatibility issue with older IE browsers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1625495 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ↵Andrew MacBean2014-09-155-45/+34
| | | | | | if VHN has not been started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1625039 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 ↵Keith Wall2014-09-151-2/+2
| | | | | | characters causing unexpected Broker shutdown. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1624998 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying ↵Keith Wall2014-09-121-3/+10
| | | | | | the receipt of large messages occupying more than one frame (08-091) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1624545 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN ↵Andrew MacBean2014-09-121-1/+1
| | | | | | is master or in STOPPED/ERRORED state. UI (2/2) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1624490 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-1128-320/+1113
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1624345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6073: [Java Broker] Management UI, move change prompt message fallback ↵Keith Wall2014-09-061-0/+1
| | | | | | position to below, rather than left git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1622847 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068: [Java Broker] Introduce ClientAuthCapablePort into Port hierarchy ↵Keith Wall2014-09-051-2/+8
| | | | | | to avoid validation in terms of getAttributes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1622747 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6068: [Java Broker] Prevent NPE when ediiting JMX_CONNECTOR port ↵Keith Wall2014-09-054-64/+129
| | | | | | | | | | through REST or Web Management UI * Also hidden the authentication provider field when editting an RMI port * Added the missing prompts for transports/protocols. * Remove the mandatory marker from the protocols field git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1622677 13f79535-47bb-0310-9956-ffa450edef68
* 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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@1618964 13f79535-47bb-0310-9956-ffa450edef68