summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-6429 : Remove dead code, add name to (idle) pooled IO threadsRobert Godfrey2015-03-172-69/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667404 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6456: [Java Broker] Correct method id used by connectionclose.ok for ↵Keith Wall2015-03-171-1/+1
| | | | | | AMQP 0-8. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667364 13f79535-47bb-0310-9956-ffa450edef68
* Align run_test shell and Powershell versions. Changes the option syntax from ↵Stephen D. Huston2015-03-174-69/+165
| | | | | | two-hyphen to one. Fixes QPID-6399. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667349 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6429 : Fix issue when async close is called twice on a session, tidy up ↵Robert Godfrey2015-03-176-39/+41
| | | | | | debug and logging git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667346 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6429 : add debugRobert Godfrey2015-03-171-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667312 13f79535-47bb-0310-9956-ffa450edef68
* 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
* QPID-6429, QPID-6262, QPID-5818: [Java Broker] Utilise NIO, service ↵Keith Wall2015-03-12206-2426/+6458
|\ | | | | | | | | | | | | | | | | | | connections using a thread pool, AMQP model mutating actions should use task executors Work of Rob Godfrey and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666224 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