summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core
Commit message (Expand)AuthorAgeFilesLines
* QPID-6246: [Java Broker] Introduce PreferencesSupportingAuthenticationProvide...Andrew MacBean2014-11-289-6/+52
* QPID-6246 : @ManagedAnnotation should only be applied to interfaces which ext...Robert Godfrey2014-11-266-173/+182
* QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the im...Alex Rudyy2014-11-2613-2/+495
* QPID-6242: [Java Broker] Avoid "collection is empty" on Windows 7 if the newl...Keith Wall2014-11-261-1/+2
* QPID-6242: [Java Broker] Fix defect on Windows 7 where the newly created empt...Keith Wall2014-11-251-9/+1
* QPID-6242 : Ensure created directory has sufficient permissions to create a f...Robert Godfrey2014-11-241-3/+37
* QPID-6243 : [Java Broker] Updates to Json configuration stores cause a small ...Robert Godfrey2014-11-221-11/+24
* QPID-6242 : AESFileEncrypterFactory does not work on non-POSIX permissioned f...Robert Godfrey2014-11-212-30/+185
* QPID-6227: [Java Broker] Use maven resource filtering to interpolate version ...Keith Wall2014-11-142-1/+11
* QPID-6227: [Java Broker] Refactor ConsoleHelper.js to avoid the need to hardc...Keith Wall2014-11-141-0/+20
* QPID-6223 : [Java Broker] reduce the number of housekeeping threads created b...Robert Godfrey2014-11-121-9/+1
* QPID-6219: [Java Broker] Fix failing BrokerLoggingTest introduced by my previ...Keith Wall2014-11-091-3/+5
* QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-081-3/+1
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-0811-17/+184
* QPID-6219: [Java Broker] Configure logging before using QpidService to avoid ...Keith Wall2014-11-081-6/+7
* 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-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-043-5/+46
* 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-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-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-6194: [Java Broker] Add option to prevent Broker startup when it has ERR...Andrew MacBean2014-10-292-29/+33
* 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-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-272-1/+309
* 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-231-1/+2
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-214-7/+13
* QPID-6154: [Java Broker] HA - Handle rollback of node when use of weak durabi...Keith Wall2014-10-212-1/+30
* QPID-6172 : Fix test to account for the fact that TYPE is always presentRobert Godfrey2014-10-211-2/+9
* QPID-6172 : Ensure the type attribute is always present in the actual attribu...Robert Godfrey2014-10-211-1/+6
* QPID-6168: [Java Broker] Valid values check not to be applied for non mandato...Keith Wall2014-10-212-7/+30
* QPID-6161 : use vhost names rather than vhost node names for the name aliasesRobert Godfrey2014-10-211-1/+3
* QPID-6168: [Java Broker] Move valid value check into the create/change valida...Keith Wall2014-10-202-15/+49
* QPID-6168: [Java Broker] Improve unit tests around valid values and setting o...Keith Wall2014-10-205-12/+161
* QPID-6168: [Java Broker] Enforce that an attribute's value falls within the d...Keith Wall2014-10-206-9/+97
* QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-1710-19/+502
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-176-12/+50
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-1716-508/+1033
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-1732-252/+1093
* QPID-6159 : add testRobert Godfrey2014-10-163-4/+32
* QPID-6159 : [Java Broker] AbstractConfiguredObject.getContextKeys() should in...Robert Godfrey2014-10-162-2/+5
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-167-15/+201
* QPID-6142: Fix NPE thrown on startup when broker fails to start due to CO val...Alex Rudyy2014-10-147-16/+75
* QPID-6145: [Java Broker] Write operational log message when flow to disk acti...Keith Wall2014-10-103-1/+91