summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-1315: Fix style issue, iterator control usage as per review comments fro...Aidan Skinner2008-10-242-11/+15
* QPID-1394 : Registration of JCAProvider is incorrect in client and broker SAS...Martin Ritchie2008-10-242-7/+11
* QPID-1390 : Allow Authentication Manager to correctly closeMartin Ritchie2008-10-243-2/+24
* QPID-1385 : Extracted annonymous class from AMQChannel.resend(boolean), Added...Martin Ritchie2008-10-232-56/+112
* QPID-1315:Aidan Skinner2008-10-172-157/+114
* QPID-1101 : Reverted change, for some reason I can't seem to find where this ...Martin Ritchie2008-10-151-6/+1
* QPID-1356: move commit even higher, before the auth check.Aidan Skinner2008-10-151-4/+4
* QPID-1356: Write message to disk before delivering it to queues.Aidan Skinner2008-10-151-3/+4
* QPID-1314: Make sure all messags that are enqueued are dequeued.Aidan Skinner2008-10-101-1/+1
* QPID-1331 : Modified the BrowserSubscription to be consistent with the NoAck ...Martin Ritchie2008-10-093-2/+17
* revert the commit.Lahiru Gunathilake2008-10-091-97/+130
* resolving jira 1329.Lahiru Gunathilake2008-10-081-130/+97
* QPID-1101 : Merge of changes from M2 to allow Configuration to be loaded and ...Martin Ritchie2008-10-031-1/+5
* QPID-1266 : Updates based on reviewMartin Ritchie2008-10-031-7/+0
* This is a fix for the problem identified in QPID-943.Rajith Muditha Attapattu2008-09-253-19/+65
* QPID-1286: Change test and variable names as per review.Aidan Skinner2008-09-191-5/+1
* QPID-1287: Allow boolean <priority> element in virtual host file. Add test fo...Aidan Skinner2008-09-181-2/+7
* QPID-1286: make sure priority queues don't mess with deleted subscriptionsAidan Skinner2008-09-181-1/+5
* QPID-1190 Changed logging for protocol negotiation on client connect to be le...Marnie McCormack2008-09-111-1/+1
* QPID-1266 : Provided test for new stop() method. Updated RefCountExService to...Martin Ritchie2008-09-032-4/+16
* QPID-1269 : Added queue registration as part of the creation via the Factory....Martin Ritchie2008-09-031-0/+3
* QPID-1266 - Provide a stop() method on AMQQueue to stop all processing on tha...Martin Ritchie2008-09-023-2/+18
* QPID-579 : Make broker stop on startup errorsMartin Ritchie2008-09-021-4/+12
* QPID-1258 add ASL to java files that were missing itAidan Skinner2008-08-224-0/+84
* QPID-1167: reset queue notification lists when creating queues. Pull out defa...Aidan Skinner2008-08-216-25/+51
* Sorry went crazy with git and didn't meant to commit this changeMartin Ritchie2008-08-211-4/+3
* Stopped the broker closing the ProtocolSessions as this was causing the clien...Martin Ritchie2008-08-211-4/+5
* QPID-1202: TopicExchance.removeFilteredQueue: if there are no instances of th...Aidan Skinner2008-08-201-8/+11
* QPID-1202: Rebind durable subscriptions if the arguments have changedAidan Skinner2008-08-191-8/+25
* QPID-1136 : Fixed Flow Control problem due to this change and added test to v...Martin Ritchie2008-08-125-17/+7
* QPID-1193 : Actually removed the calls that pass in the ugly nullMartin Ritchie2008-08-112-2/+2
* QPID-1193 : re-added createQueue(AMQQueue queue) method, after code review call.Martin Ritchie2008-08-113-0/+20
* QPID-1218: cleaned up the interface to IoTransport a bit; added IoAcceptor; f...Rafael H. Schloming2008-08-091-2/+2
* QPID-1218 Optionally use IoTransport, it's hot, but doesn't pass all the tes...Aidan Skinner2008-08-081-0/+11
* QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking...Martin Ritchie2008-08-083-21/+15
* QPID-1224: add methods to get the list of message ids from a queue, with opti...Aidan Skinner2008-08-082-0/+26
* QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be...Martin Ritchie2008-08-0714-65/+138
* QPID-1218: fix stupid used-only-by-tests method breakage that I have exposedAidan Skinner2008-08-071-1/+1
* QPID-1218: Boost broker performance by lots.Aidan Skinner2008-08-077-67/+41
* QPID-1187 : The broker did not correctly handle subscriptions that would susp...Martin Ritchie2008-07-231-1/+5
* QPID-1182 : Added additional logging to identify the exception that caused Au...Martin Ritchie2008-07-174-18/+34
* QPID-871 : The shutdown change had a spurious getInstance() call which would ...Martin Ritchie2008-07-161-8/+14
* QPID-1181 : Added additional logging to help diagnose a NullPointerExceptionMartin Ritchie2008-07-162-1/+3
* QPID-1172 : Moved unregistration out of the sendLock. Potential refactor poss...Martin Ritchie2008-07-151-239/+175
* QPID-1175 : VirtualHost now validates that name is non-null and non-empty. Fu...Martin Ritchie2008-07-151-0/+5
* QPID-474 Make sure that our SASL servers actually, y'know, validate the passwordAidan Skinner2008-07-072-7/+12
* QPID-871 - Added a ConnectionRegistry per Virtualhost to track the open conne...Martin Ritchie2008-07-0410-131/+331
* QPID-887: name housekeeping thread properly.Aidan Skinner2008-07-011-1/+2
* QPID-1101 : Updated Direct Exchange so it does not modify lists of queuesRobert Godfrey2008-06-202-11/+20
* QPID-1144 : Reference count drops to zero too early for immediate messages in...Robert Godfrey2008-06-201-3/+11