summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-0819-32/+227
* QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica sync...Keith Wall2014-11-089-33/+81
* QPID-6219: [Java Broker] Configure logging before using QpidService to avoid ...Keith Wall2014-11-082-8/+9
* QPID-6127 : Disallow TRACE and other non websocket activities on WebSocket portsRobert Godfrey2014-11-071-15/+34
* QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server imple...Robert Godfrey2014-11-062-0/+90
* NO-JIRA: [Java Tests] MultiNodeTest - restore thread name after starting a JE...Keith Wall2014-11-061-2/+11
* QPID-6125: [Java Broker] Partial revert so that closeConnection will once aga...Keith Wall2014-11-061-31/+44
* QPID-6216: [Java Broker] HA: On conditions causing environment restart, notif...Keith Wall2014-11-061-1/+17
* NO-JIRA: [Java Tests] Increase timeout to resolve a spruious timeout on a slo...Keith Wall2014-11-051-6/+14
* QPID-6214: [Java Broker] Change asynch recoverer to allow for task cancellationKeith Wall2014-11-054-17/+80
* QPID-6210: [Java Broker] VHMBean#createNewQueue revert to throwing IllegalArg...Keith Wall2014-11-042-1/+28
* QPID-6208: PermittedNodeList seen to disappear while performing certain HA op...Andrew MacBean2014-11-041-7/+16
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-045-7/+150
* QPID-6209: [Java Broker] Ensure node discoverer returns a value for every nod...Keith Wall2014-11-041-0/+2
* QPID-6205 : [Java Client] 0.8/0.9.x JMS client leaks transport threads and so...Robert Godfrey2014-11-021-19/+26
* QPID-6206 : [Java Client] create new AMQDecoder for every reconnection attemptRobert Godfrey2014-10-312-2/+9
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue consu...Robert Godfrey2014-10-311-0/+4
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue consu...Robert Godfrey2014-10-313-10/+52
* QPID-6202: [Java Broker] Ensure AMQProtocolEngine#closeSession() completes cl...Keith Wall2014-10-301-17/+46
* QPID-6201: [Java Broker] HA use separate single thread executor to deliver JE...Keith Wall2014-10-301-1/+4
* QPID-6196: Add synchronization lock into AbstractConfiguredObject.unregisterC...Alex Rudyy2014-10-302-121/+6
* QPID-6200: Change broker upgraders to upgrade virtual host data from model 1....Alex Rudyy2014-10-302-39/+226
* QPID-6199: [Java Broker] Enhance BDBStoreUpgradeTestPreparer to create sorted...Alex Rudyy2014-10-301-19/+100
* NO-JIRA: [Java Broker Tests] HA - Improve testcase testTransferMasterWhilstMe...Keith Wall2014-10-301-19/+25
* QPID-6198 : [Java Broker] do not retain unnecesary references to transfers wh...Robert Godfrey2014-10-301-0/+4
* QPID-6196: Add synchronization on CO registration to avoid creation of object...Alex Rudyy2014-10-293-15/+144
* QPID-5650: Move attribute names into upgrader constantsAlex Rudyy2014-10-291-4/+4
* QPID-6110 : mark connection as unconnected if attempt to establish connection...Robert Godfrey2014-10-291-0/+8
* QPID-6194: [Java Broker] explicitly set broker.failStartupWithErroredChild fo...Andrew MacBean2014-10-291-0/+4
* QPID-6194: [Java Broker] Add option to prevent Broker startup when it has ERR...Andrew MacBean2014-10-293-29/+80
* QPID-6192: [Java Broker] Add supporting test case guarding case when failover...Keith Wall2014-10-291-0/+101
* QPID-6195: Stop recovering records being updated in one upgrader and removed ...Alex Rudyy2014-10-282-0/+54
* QPID-5650: Set alternate exchange only when queue creation argument 'x-qpid-d...Alex Rudyy2014-10-282-68/+61
* QPID-6192: [Java Broker] Incorporate some feedbackk from Rob Godfrey.Keith Wall2014-10-282-16/+20
* QPID-6193 : [Java AMQP 1.0] Allow channel max to be successfully established ...Robert Godfrey2014-10-281-8/+8
* QPID-6192: [Java Broker] On close, close the connections before exchanges/queuesKeith Wall2014-10-285-4/+33
* QPID-5650: Preserve alternate exchange on upgrade of queue with 'dead letter ...Alex Rudyy2014-10-273-5/+310
* QPID-6190 : [Java Broker] [AMQP 1.0] Fix transactional sending to QueueDestin...Robert Godfrey2014-10-271-5/+12
* QPID-6189 : [Java Common] fix stack overflow bug when frame is broken into th...Robert Godfrey2014-10-272-0/+54
* QPID-6185: [Java Broker] Further UI changes to handle the user table non IE i...Andrew MacBean2014-10-243-27/+30
* QPID-6185: [Java Broker] Make the web management UI tables, tabs and panels m...Andrew MacBean2014-10-2412-47/+95
* QPID-6180: [Java Broker] Cannot create BDB HA group on Windows development en...Andrew MacBean2014-10-241-1/+3
* QPID-6186: [Java Broker] Prevent Bindings leak on binding deleteKeith Wall2014-10-241-0/+2
* QPID-6184: Add special thread factory to use with Executors which creates Thr...Alex Rudyy2014-10-234-6/+149
* QPID-6158: Stress test utilities for testing of java broker REST and JMX inte...Alex Rudyy2014-10-234-0/+1166
* QPID-6181: [Java Broker] JMX mbean improperly deletes queuesKeith Wall2014-10-232-2/+2
* NO-JIRA : add Java Broker 0-9 specific tests to CPPExcludesRobert Godfrey2014-10-231-0/+7
* QPID-6174: [Java Rest Tests] Apply a HTTP connectiion timeout to the REST tes...Keith Wall2014-10-231-0/+2
* QPID-6125 : temporary hack to deal with issue causing tests to fail when brok...Robert Godfrey2014-10-231-6/+19
* QPID-6179 - [Java Client] Connection establishment can send invalid frame seq...Robert Godfrey2014-10-231-0/+3