summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-6293: [Java Broker] Log Java Broker's pid on startupKeith Wall2014-12-304-3/+44
* QPID-6292: [Java Broker Tests] Refactor AbstractConfiguredObjects unit tests ...Keith Wall2014-12-2935-1356/+1337
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-295-44/+3
* QPID-6289: [Java Broker] Add unit test case for valid child types featureKeith Wall2014-12-298-9/+44
* QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-283-19/+1
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-276-2/+189
* QPID-6268 : [Java Broker] increment/decrement the unacknowledge count on the ...Robert Godfrey2014-12-123-2/+6
* QPID-6265: Allow suppression of system out operational logging in broker star...Alex Rudyy2014-12-102-5/+34
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-077-100/+134
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-0711-66/+175
* QPID-6263 : [Java Broker] remove ApplicationRegistryRobert Godfrey2014-12-063-193/+81
* QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-052-0/+30
* QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-056-356/+17
* QPID-6161 : Address comments from ~kwallRobert Godfrey2014-12-022-4/+52
* 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-141-1/+1
* 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