summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-17132-1095/+3284
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1632579 13f79535-47bb-0310-9956-ffa450edef68
* Merge from trunkRobert Godfrey2014-10-1315-54/+198
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1631345 13f79535-47bb-0310-9956-ffa450edef68
* Add loggingRobert Godfrey2014-10-134-5/+245
| | | | 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-1367-3343/+1774
| | | | 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-126-330/+502
| | | | 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-1124-2338/+2474
| | | | 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-10110-2980/+7121
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1630749 13f79535-47bb-0310-9956-ffa450edef68
* More refactoringRobert Godfrey2014-10-1059-614/+760
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1630745 13f79535-47bb-0310-9956-ffa450edef68
* More refactoringRobert Godfrey2014-10-03125-9610/+1643
| | | | 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-3012-128/+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-3055-4556/+2004
| | | | 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-2942-450/+123
| | | | 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-29115-7354/+1852
| | | | 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-28114-7631/+5773
| | | | 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-28380-29014/+899
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628074 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : create branch for refactoring workRobert Godfrey2014-09-280-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6125-ProtocolRefactoring@1628068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6118: Add qmf shutdown command to the brokerAlan Conway2014-09-263-5/+18
| | | | | | | | QMF shutdown command implemented on broker. - ACL to control shutdown: acl deny all access method name=shutdown - Added "qpid-config shutdown" command to shut down the broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627811 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6123: allow for change in engine API introduced in 0.8Gordon Sim2014-09-264-12/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627809 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6116: ensure new packages are installedGordon Sim2014-09-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627808 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6122: Temporarily exclude testKeith Wall2014-09-261-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6116: [Python Client 08..091] Add ability to negotiate SASL mechanism ↵Keith Wall2014-09-2520-7/+605
| | | | | | and add pure python implementations for SCRAM/CRAM/PLAIN mechanisms git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627554 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6117: [Python Client 0-8..0-9] Ignore socket.error ENOTCONN when trying ↵Keith Wall2014-09-251-3/+10
| | | | | | to shutdown a socket to prevent spurious exception when socket closed by peer git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627553 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6114: Remove redundant overridden getAttribute(String) method from CO ↵Alex Rudyy2014-09-2516-152/+2
| | | | | | and make _state field volatile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627524 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker Tests] Fix for occasionally failing ↵Keith Wall2014-09-251-0/+10
| | | | | | ConnectionManagementTest on 0-10 path git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627472 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6111: [Java Broker] Ensure that when the REF is shutdown sufficient ↵Keith Wall2014-09-241-10/+40
| | | | | | | | | | | time is allowed - bug fix used Math.min rather than Math.max. Also: * reduced the default envSetupTimeout from 15mins to 3mins. * log a warning if environment re-creation takes longer than 25% of the allowed timeout * whilst restarting, recheck the REF state to avoid needlessly recreating the environment if restart is no longer required (most likely owning to close) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627305 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-2431-376/+193
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627278 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6008: Fixed up FreeBSD 10 build instructions to workAndrew Stitcher2014-09-231-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627104 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3678 : Fix testRobert Godfrey2014-09-231-57/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627040 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6106: Replace empty fields with '-' in qpid-stat -c output; this is a ↵Justin Ross2014-09-231-4/+8
| | | | | | patch from Irina Boverman git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627015 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3678 : [Java Client] Add support for setting link capacity to zero in ↵Robert Godfrey2014-09-235-17/+124
| | | | | | ADDR addresses git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626995 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6111: [Java Broker] HA Tests - change JE tests to assert that JE ↵Keith Wall2014-09-236-89/+169
| | | | | | replication ports are always relinquished. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626955 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6111: [Java Broker] HA - Ensure that when the REF is shutdown ↵Keith Wall2014-09-231-28/+50
| | | | | | sufficient time is allowed to allow any in progress JE ReplicatedEnvironment to complete. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626954 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6102: [Java Broker] HA Prevent ↵Keith Wall2014-09-232-0/+113
| | | | | | InsufficientReplica/InsufficientAckExceptions and other exceptions that require JE environment restart from causing Broker shutdown. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626953 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6107: Python Swig wrapped bindings consistently fail with spout and drainAlan Conway2014-09-221-0/+1
| | | | | | Problem was a missing Py_INCREF in cpp/include/qpid/swig_python_typemaps.i git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626887 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA Remove dead code in ReplicatingSubscription.Alan Conway2014-09-221-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626882 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA Trivial edits to HA doc.Alan Conway2014-09-221-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626880 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6112: Incoming QMF objects dont update transfers counterPavel Moravec2014-09-221-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626808 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6109: don't require password to be specified to allow PLAINGordon Sim2014-09-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626249 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6087: fix tests to expect inclusion of userid in sessions qmf nameGordon Sim2014-09-191-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626220 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5590: handle unknown exchange type for topic policyGordon Sim2014-09-193-4/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626206 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6110: Add manifest includes for license and notice filesJustin Ross2014-09-194-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6075: fix for mocking issue in BDB profileAndrew MacBean2014-09-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1625930 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-175-50/+41
| | | | | | 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-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid ↵Andrew MacBean2014-09-172-7/+26
| | | | | | store path causes an exception git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1625505 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-5361: No tests for linearstore functionality currently exist - basic ↵Kim van der Riet2014-09-169-1/+797
| | | | | | tests from the legacystore suite ported to linearstore git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1625283 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6104: Fix test ReplicatedEnvironmentFacadeTest.testRemoveNodeFromGroupAlex Rudyy2014-09-161-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1625245 13f79535-47bb-0310-9956-ffa450edef68