summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-6453 : Address review comments from Keith WallRobert Godfrey2015-03-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667271 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6453 : Address review comments from Keith WallRobert Godfrey2015-03-171-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667270 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6429 : remove redundant wakeup/state change caused in sendRobert Godfrey2015-03-171-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667224 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6429 : ensure the consumer target queues are emptied before we perform ↵Robert Godfrey2015-03-163-15/+14
| | | | | | async actions like close git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667152 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6429 : ensure that when message suspension is set, all targets have ↵Robert Godfrey2015-03-162-12/+28
| | | | | | finished any in flight deliveries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667144 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6429 : ensure that when message suspension is set, all targets have ↵Robert Godfrey2015-03-161-4/+12
| | | | | | finished any in flight deliveries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667142 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6454 : Add page summarizing all api pathsRobert Godfrey2015-03-167-45/+186
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667137 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : Fix typo in testRobert Godfrey2015-03-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667093 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6429, QPID-6262: [Java Broker] Improve error handling in new NIO code; ↵Keith Wall2015-03-1619-445/+514
| | | | | | | | Remove MINA terminlogy (session etc) in 0-8 stack * Also added uncaught exception handler in test framework (QBTC) to guard log the case where a thread exits abnormally. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6449: Fix remaining failing testsAlex Rudyy2015-03-161-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666987 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6449: Fix failing testsAlex Rudyy2015-03-162-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666959 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6454 : [Java Broker] Improve rendering of attribute typesRobert Godfrey2015-03-162-51/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6454 : [Java Broker] Provide mechanism to view REST API interface ↵Robert Godfrey2015-03-164-5/+422
| | | | | | definition git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666850 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6453 : [Java Broker] add documentation for new Queue attributesRobert Godfrey2015-03-152-212/+351
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666849 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6452 : Defer creating filters in default filter map until a consumer is ↵Robert Godfrey2015-03-1519-186/+283
| | | | | | added. Optimize filters which start at the tail of the queue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666810 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6428 : Remove explicit call to update store from within AbstractQueueRobert Godfrey2015-03-141-26/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666767 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6451: [Java Client] Remove logging of ConnectionExcepion from exception ↵Keith Wall2015-03-141-2/+0
| | | | | | handler git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666740 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6449: [Java Broker] Change REST interfaces to return 422 status code ↵Alex Rudyy2015-03-1415-54/+167
| | | | | | from create/update requests when provided attribute values are invalid or required attributes are missing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666625 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6450 : [Java Broker] Allow separate model configuration threads for ↵Robert Godfrey2015-03-1346-25/+192
| | | | | | each virtual host node git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666609 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6438: Set Location header for REST create requestsAlex Rudyy2015-03-133-8/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666591 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Perf Test Framework] Add assembly for ↵Keith Wall2015-03-132-0/+69
| | | | | | qpid-perftests-visualisation-jfc for convenience of those charting perf results. This artifact (like its parent, qpid-perftests) is not distributed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666463 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6438: Update documentation for REST interfacesAlex Rudyy2015-03-131-303/+469
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666457 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Perf Test Framework] Ensure that the shutdown of the Broker ↵Keith Wall2015-03-133-1/+78
| | | | | | | | during a performance test run is detected by the framework and it will exit * Currently the clients sit awaiting their shutdown latches forever git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666456 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6445: Revert the error checking code to *not* close, as this was ↵Ernest Allen2015-03-131-4/+0
| | | | | | causing the recursion problem git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666447 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6438: [Java Broker] Extend REST interfaces to result in errors when ↵Alex Rudyy2015-03-1323-207/+237
| | | | | | object already exist on create and when object does not exist on update git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666380 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6447 : [Java AMQP 1.0 Client] Use endpoint lock in Transaction ControllerRobert Godfrey2015-03-121-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666241 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-12186-754/+1012
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666234 13f79535-47bb-0310-9956-ffa450edef68
* Merge from trunkQPID-6262-JavaBrokerNIOKeith Wall2015-03-129-53/+91
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1666219 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6436: Address review comments and fix issues caused by ACL refactoringAlex Rudyy2015-03-129-34/+91
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666212 13f79535-47bb-0310-9956-ffa450edef68
* | Merge from trunkKeith Wall2015-03-121-0/+3
|\ \ | |/ | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1666206 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6446: Temporary disable the test until root issue is resolvedAlex Rudyy2015-03-121-0/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666159 13f79535-47bb-0310-9956-ffa450edef68
* | Merge from trunkKeith Wall2015-03-1212-353/+58
|\ \ | |/ | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1666204 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6444: remove unused functionsGordon Sim2015-03-112-17/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665954 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6440: [Java Broker] Web UI, correct problem that causes checkbox values ↵Keith Wall2015-03-101-1/+6
| | | | | | | | | | | | to be corrupted in edit dialogues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665735 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6438: [Java Broker] Add support for POST method into REST interfaces in ↵Alex Rudyy2015-03-1024-310/+274
| | | | | | | | | | | | order to create configured objects via POST git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665732 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6436: Allow user to update its own preferences without explicit permissionsAlex Rudyy2015-03-101-0/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665731 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6439 : [Java Broker] config upgrader should upgrade key/trust stores ↵Robert Godfrey2015-03-101-0/+5
| | | | | | | | | | | | using the (omitted) default type git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665702 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6359: Remove the release script we no longer useJustin Ross2015-03-101-319/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665626 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6436: [Java Broker] Move ACL functionality scattered over the ↵Alex Rudyy2015-03-1044-1081/+1274
| | | | | | | | | | | | configured objects into SecurityManager and AbstractConfiguredObjects git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665410 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6437 : ensure session/link flow notifies occurRobert Godfrey2015-03-072-34/+32
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664839 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6347 : ensure link enpoints are notified outside of holding the ↵Robert Godfrey2015-03-062-38/+66
| | | | | | | | | | | | connection lock git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664731 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6437 : ensure no locks are held when link endpoint listeners are notifiedRobert Godfrey2015-03-061-2/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664714 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6434: [Java Client Docs] Correct a couple typos and simplify detail.Keith Wall2015-03-061-18/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664663 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6428: Remove now redundant changeAttributes overrideKeith Wall2015-03-062-6/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664662 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6434: [Java Client] Update existing JMS client documentation for AMQP ↵Alex Rudyy2015-03-061-0/+27
| | | | | | | | | | | | 0.8/0.9.x to cover the effect of setting maxprefetch to 0 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664592 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6427: Problem building trunk qpid cpp on RHEL 5aconway2015-03-054-6/+6
| | | | | | | | | | | | Fixed a couple of legitimate compiler warnings, worked around a couple of compiler weaknesses. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664517 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6427: Fixed unit test build problem on RHEL 5.aconway2015-03-051-3/+7
| | | | | | | | | | | | RHEL5 compiler choked on some boost template magic, simplified the test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664479 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6433 : notify link listener flow state changed for link specific flowRobert Godfrey2015-03-052-5/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664334 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6397: [C++ broker] segfault when processing QMF method during periodic ↵Pavel Moravec2015-03-051-1/+3
| | | | | | | | | | | | processing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664313 13f79535-47bb-0310-9956-ffa450edef68
| * add missing licence headerRobert Gemmell2015-03-051-0/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664309 13f79535-47bb-0310-9956-ffa450edef68