| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1266 - Provide a stop() method on AMQQueue to stop all processing on tha... | Martin Ritchie | 2008-09-02 | 3 | -2/+18 |
| * | QPID-579 : Make broker stop on startup errors | Martin Ritchie | 2008-09-02 | 1 | -4/+12 |
| * | QPID-1258 add ASL to java files that were missing it | Aidan Skinner | 2008-08-22 | 5 | -0/+105 |
| * | QPID-1167: reset queue notification lists when creating queues. Pull out defa... | Aidan Skinner | 2008-08-21 | 7 | -25/+73 |
| * | Sorry went crazy with git and didn't meant to commit this change | Martin Ritchie | 2008-08-21 | 1 | -4/+3 |
| * | Stopped the broker closing the ProtocolSessions as this was causing the clien... | Martin Ritchie | 2008-08-21 | 1 | -4/+5 |
| * | QPID-1202: TopicExchance.removeFilteredQueue: if there are no instances of th... | Aidan Skinner | 2008-08-20 | 1 | -8/+11 |
| * | QPID-1202: Rebind durable subscriptions if the arguments have changed | Aidan Skinner | 2008-08-19 | 1 | -8/+25 |
| * | QPID-1226 : Last few changes to correctly shutdown all ApplicationRegistries ... | Martin Ritchie | 2008-08-18 | 5 | -3/+41 |
| * | QPID-1136 : Fixed Flow Control problem due to this change and added test to v... | Martin Ritchie | 2008-08-12 | 5 | -17/+7 |
| * | QPID-1193 : Actually removed the calls that pass in the ugly null | Martin Ritchie | 2008-08-11 | 2 | -2/+2 |
| * | QPID-1193 : re-added createQueue(AMQQueue queue) method, after code review call. | Martin Ritchie | 2008-08-11 | 3 | -0/+20 |
| * | QPID-1218: cleaned up the interface to IoTransport a bit; added IoAcceptor; f... | Rafael H. Schloming | 2008-08-09 | 1 | -2/+2 |
| * | QPID-1218 Optionally use IoTransport, it's hot, but doesn't pass all the tes... | Aidan Skinner | 2008-08-08 | 1 | -0/+11 |
| * | QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking... | Martin Ritchie | 2008-08-08 | 8 | -84/+144 |
| * | QPID-1224: add methods to get the list of message ids from a queue, with opti... | Aidan Skinner | 2008-08-08 | 3 | -0/+204 |
| * | QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants... | Rafael H. Schloming | 2008-08-07 | 2 | -7/+1 |
| * | QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be... | Martin Ritchie | 2008-08-07 | 15 | -65/+770 |
| * | QPID-1218: fix stupid used-only-by-tests method breakage that I have exposed | Aidan Skinner | 2008-08-07 | 1 | -1/+1 |
| * | QPID-1218: Boost broker performance by lots. | Aidan Skinner | 2008-08-07 | 9 | -71/+54 |
| * | QPID-1187 : The broker did not correctly handle subscriptions that would susp... | Martin Ritchie | 2008-07-23 | 1 | -1/+5 |
| * | QPID-1182 : Added additional logging to identify the exception that caused Au... | Martin Ritchie | 2008-07-17 | 4 | -18/+34 |
| * | QPID-871 : The shutdown change had a spurious getInstance() call which would ... | Martin Ritchie | 2008-07-16 | 1 | -8/+14 |
| * | QPID-1181 : Added additional logging to help diagnose a NullPointerException | Martin Ritchie | 2008-07-16 | 2 | -1/+3 |
| * | QPID-1172 : Moved unregistration out of the sendLock. Potential refactor poss... | Martin Ritchie | 2008-07-15 | 1 | -239/+175 |
| * | QPID-1175 : VirtualHost now validates that name is non-null and non-empty. Fu... | Martin Ritchie | 2008-07-15 | 1 | -0/+5 |
| * | QPID-474 forgot ASL header, oops | Aidan Skinner | 2008-07-07 | 2 | -0/+42 |
| * | QPID-474 Make sure that our SASL servers actually, y'know, validate the password | Aidan Skinner | 2008-07-07 | 6 | -7/+204 |
| * | QPID-871 - Added a ConnectionRegistry per Virtualhost to track the open conne... | Martin Ritchie | 2008-07-04 | 14 | -131/+896 |
| * | QPID-887: name housekeeping thread properly. | Aidan Skinner | 2008-07-01 | 1 | -1/+2 |
| * | QPID-1101 : Updated Direct Exchange so it does not modify lists of queues | Robert Godfrey | 2008-06-20 | 2 | -11/+20 |
| * | QPID-1144 : Reference count drops to zero too early for immediate messages in... | Robert Godfrey | 2008-06-20 | 1 | -3/+11 |
| * | QPID-950 : Fixed Derby Message Store | Robert Godfrey | 2008-06-19 | 1 | -72/+111 |
| * | QPID-950 : Broker refactoring, copied / merged from branch | Robert Godfrey | 2008-06-19 | 150 | -8448/+11539 |
| * | QPID-1066 : Removed isInfo wrapping. Added test that is missing from trunk fr... | Martin Ritchie | 2008-05-19 | 1 | -7/+1 |
| * | QPID-1060 : Release ref to transient meta data; cache message size | Robert Godfrey | 2008-05-16 | 2 | -22/+22 |
| * | Merged revisions 652388-652389,652399,652567-652568,653416 via svnmerge from | Aidan Skinner | 2008-05-06 | 3 | -74/+129 |
| * | QPID-887 : Renamed QueueHouseKeeping threads so they can be identified in thr... | Martin Ritchie | 2008-05-05 | 1 | -33/+36 |
| * | QPID-832 : Fix eol-style | Robert Godfrey | 2008-04-24 | 19 | -2622/+2622 |
| * | QPID-832: fixed DerbyMessageStore to compile on Java 1.5 (hopefully) | Rafael H. Schloming | 2008-04-24 | 1 | -4/+5 |
| * | QPID-832 merge M2.x | Aidan Skinner | 2008-04-24 | 4 | -5/+5 |
| * | QPID-832 copy the M2.x broker | Aidan Skinner | 2008-04-23 | 245 | -0/+41426 |
| * | Delete stuff that's just going to get synced from M2.x | Aidan Skinner | 2008-04-23 | 265 | -43544/+0 |
| * | Merged revisions 579126,579137 via svnmerge from | Aidan Skinner | 2008-01-29 | 1 | -3/+3 |
| * | Enabled the broker module again, and Commented out the offending class that h... | Rajith Muditha Attapattu | 2007-11-29 | 1 | -30/+37 |
| * | QPID-572 Applied test patch supplied by Aidan Skinner along with change to Co... | Martin Ritchie | 2007-09-12 | 1 | -1/+7 |
| * | added debugging utility method | Rafael H. Schloming | 2007-09-04 | 1 | -0/+13 |
| * | fixed a race condition causing intermittant test failures in AMQBrokerManager... | Rafael H. Schloming | 2007-08-30 | 1 | -40/+49 |
| * | Remerge of M2. All tests pass locally | Martin Ritchie | 2007-08-30 | 73 | -1232/+5542 |
| * | QPID-543 : Add ability to register cusom exchange types | Robert Godfrey | 2007-08-06 | 13 | -44/+202 |