summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server ↵Robert Godfrey2014-11-062-0/+90
| | | | | | implementation details and stack traces from output git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637246 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Tests] MultiNodeTest - restore thread name after starting a ↵Keith Wall2014-11-061-2/+11
| | | | | | JE ReplicationEnvironment to avoid confusing thread names on subsequent tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637119 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125: [Java Broker] Partial revert so that closeConnection will once ↵Keith Wall2014-11-061-31/+44
| | | | | | again await for an already closing connection to become closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637118 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6216: [Java Broker] HA: On conditions causing environment restart, ↵Keith Wall2014-11-061-1/+17
| | | | | | notify the BDBHAVHN as early as possible that it is no longer master git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1637117 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Tests] Increase timeout to resolve a spruious timeout on a ↵Keith Wall2014-11-051-6/+14
| | | | | | slow CI box git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1636872 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6214: [Java Broker] Change asynch recoverer to allow for task cancellationKeith Wall2014-11-054-17/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1636871 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6210: [Java Broker] VHMBean#createNewQueue revert to throwing ↵Keith Wall2014-11-042-1/+28
| | | | | | IllegalArgumentException if the queue does not exist git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1636648 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6208: PermittedNodeList seen to disappear while performing certain HA ↵Andrew MacBean2014-11-041-7/+16
| | | | | | operations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1636646 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ↵Robert Godfrey2014-11-045-7/+150
| | | | | | greater than threshold git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1636617 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6209: [Java Broker] Ensure node discoverer returns a value for every ↵Keith Wall2014-11-041-0/+2
| | | | | | node even if target node is partitioned git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1636610 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6205 : [Java Client] 0.8/0.9.x JMS client leaks transport threads and ↵Robert Godfrey2014-11-021-19/+26
| | | | | | sockets if connection cannot be established to the broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1636104 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6206 : [Java Client] create new AMQDecoder for every reconnection attemptRobert Godfrey2014-10-312-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635855 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue ↵Robert Godfrey2014-10-311-0/+4
| | | | | | consumers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635771 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue ↵Robert Godfrey2014-10-313-10/+52
| | | | | | consumers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635768 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6202: [Java Broker] Ensure AMQProtocolEngine#closeSession() completes ↵Keith Wall2014-10-301-17/+46
| | | | | | closure even if AMQChannel fails to close cleanly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635548 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6201: [Java Broker] HA use separate single thread executor to deliver ↵Keith Wall2014-10-301-1/+4
| | | | | | JE state change events git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635547 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6196: Add synchronization lock into ↵Alex Rudyy2014-10-302-121/+6
| | | | | | AbstractConfiguredObject.unregisterChild git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635526 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6200: Change broker upgraders to upgrade virtual host data from model ↵Alex Rudyy2014-10-302-39/+226
| | | | | | 1.x into virtual host nodes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635520 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6199: [Java Broker] Enhance BDBStoreUpgradeTestPreparer to create ↵Alex Rudyy2014-10-301-19/+100
| | | | | | sorted queue, custom direct exchange and publish messages into priority queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635468 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker Tests] HA - Improve testcase ↵Keith Wall2014-10-301-19/+25
| | | | | | testTransferMasterWhilstMessagesInFlight to better assert that client remains operation after transfer master git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635462 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6198 : [Java Broker] do not retain unnecesary references to transfers ↵Robert Godfrey2014-10-301-0/+4
| | | | | | which have been sent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6196: Add synchronization on CO registration to avoid creation of ↵Alex Rudyy2014-10-293-15/+144
| | | | | | objects with duplicate names and ids git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5650: Move attribute names into upgrader constantsAlex Rudyy2014-10-291-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635183 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6110 : mark connection as unconnected if attempt to establish ↵Robert Godfrey2014-10-291-0/+8
| | | | | | connection fails git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6194: [Java Broker] explicitly set broker.failStartupWithErroredChild ↵Andrew MacBean2014-10-291-0/+4
| | | | | | for test that requires broker to start with erorred children git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635167 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6194: [Java Broker] Add option to prevent Broker startup when it has ↵Andrew MacBean2014-10-293-29/+80
| | | | | | ERRORED children git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635114 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6192: [Java Broker] Add supporting test case guarding case when ↵Keith Wall2014-10-291-0/+101
| | | | | | failover occurs when busy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635076 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6195: Stop recovering records being updated in one upgrader and removed ↵Alex Rudyy2014-10-282-0/+54
| | | | | | in another upgrader git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634996 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5650: Set alternate exchange only when queue creation argument ↵Alex Rudyy2014-10-282-68/+61
| | | | | | 'x-qpid-dlq-enabled' is set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634957 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6192: [Java Broker] Incorporate some feedbackk from Rob Godfrey.Keith Wall2014-10-282-16/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634929 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6193 : [Java AMQP 1.0] Allow channel max to be successfully established ↵Robert Godfrey2014-10-281-8/+8
| | | | | | as between 2^15 and 2^16 - 1 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634893 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6192: [Java Broker] On close, close the connections before exchanges/queuesKeith Wall2014-10-285-4/+33
| | | | | | * Exchanges/Queue now check virtualhost state prior to routing a message to queue/consumer. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634884 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5650: Preserve alternate exchange on upgrade of queue with 'dead letter ↵Alex Rudyy2014-10-273-5/+310
| | | | | | queue' git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634713 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6190 : [Java Broker] [AMQP 1.0] Fix transactional sending to ↵Robert Godfrey2014-10-271-5/+12
| | | | | | QueueDestination git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634645 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6189 : [Java Common] fix stack overflow bug when frame is broken into ↵Robert Godfrey2014-10-272-0/+54
| | | | | | thousands of reads/writes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634539 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6185: [Java Broker] Further UI changes to handle the user table non IE ↵Andrew MacBean2014-10-243-27/+30
| | | | | | issue and some dialog titles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634043 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6185: [Java Broker] Make the web management UI tables, tabs and panels ↵Andrew MacBean2014-10-2412-47/+95
| | | | | | more consistent in terms of style and STATE being displayed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6180: [Java Broker] Cannot create BDB HA group on Windows development ↵Andrew MacBean2014-10-241-1/+3
| | | | | | environment due to node folder not being reported as writable by Files.isWritable(Path) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634023 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6186: [Java Broker] Prevent Bindings leak on binding deleteKeith Wall2014-10-241-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1634017 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6184: Add special thread factory to use with Executors which creates ↵Alex Rudyy2014-10-234-6/+149
| | | | | | Threads with empty inherited AccessControlContext git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633862 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6158: Stress test utilities for testing of java broker REST and JMX ↵Alex Rudyy2014-10-234-0/+1166
| | | | | | interfaces git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633860 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6181: [Java Broker] JMX mbean improperly deletes queuesKeith Wall2014-10-232-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633795 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : add Java Broker 0-9 specific tests to CPPExcludesRobert Godfrey2014-10-231-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633782 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6174: [Java Rest Tests] Apply a HTTP connectiion timeout to the REST ↵Keith Wall2014-10-231-0/+2
| | | | | | tests (to prevent Jetty misconfigurations etc hanging the test suit forever). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633766 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : temporary hack to deal with issue causing tests to fail when ↵Robert Godfrey2014-10-231-6/+19
| | | | | | broker close occurs before message.release() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633756 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6179 - [Java Client] Connection establishment can send invalid frame ↵Robert Godfrey2014-10-231-0/+3
| | | | | | sequence when retrying git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633728 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : only send close frame if not already closingRobert Godfrey2014-10-221-8/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633706 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6174 : Increase defaults for Jetty thread pool sizeRobert Godfrey2014-10-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633672 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6125 : make coalescing committer commit on stop if environment still viableRobert Godfrey2014-10-221-10/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633671 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6154: [Java Broker] Fix race condition that would cause an ↵Keith Wall2014-10-221-17/+15
| | | | | | ReplicatedEnvironment to be leaked on restart git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1633606 13f79535-47bb-0310-9956-ffa450edef68