| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1394 : Renamed file, that was miss named, to end in Test so that it is p... | Martin Ritchie | 2008-10-24 | 1 | -1/+1 |
| * | QPID-1394 : Added test to validate that Provider is registered after connecti... | Martin Ritchie | 2008-10-24 | 1 | -0/+101 |
| * | QPID-1394 : Registration of JCAProvider is incorrect in client and broker SAS... | Martin Ritchie | 2008-10-24 | 1 | -32/+62 |
| * | This is for QPID-1296 | Rajith Muditha Attapattu | 2008-10-23 | 1 | -1/+1 |
| * | QPID-1384: updated AMQDestination + added test for 0.10 code path | Arnaud Simon | 2008-10-22 | 2 | -1/+114 |
| * | QPID-1320: Remove unusued variables, check that right number of messages have... | Aidan Skinner | 2008-10-17 | 1 | -23/+11 |
| * | QPID-1373: Remove message for unack'd map when acking individual messages. Ad... | Aidan Skinner | 2008-10-17 | 1 | -0/+16 |
| * | QPID-1315: | Aidan Skinner | 2008-10-17 | 1 | -12/+10 |
| * | s/setPrefecthLimits/setPrefetchLimits | Aidan Skinner | 2008-10-17 | 1 | -3/+3 |
| * | QPID-1320: Yank out random, badly written 08 test. Use correct one instead. | Aidan Skinner | 2008-10-15 | 1 | -229/+84 |
| * | QPID-1119 QPID-1262 : The issue with the SWTDTest was down to QPID-1103 and t... | Martin Ritchie | 2008-10-15 | 1 | -0/+1 |
| * | QPID-1289: Make 0-8/0-9 client honour the max_preftech system property. | Aidan Skinner | 2008-10-10 | 3 | -3/+61 |
| * | QPID-1331 : Modified the BrowserSubscription to be consistent with the NoAck ... | Martin Ritchie | 2008-10-09 | 1 | -0/+6 |
| * | QPID-1286: use transactions to make sure all messages are in there before sta... | Aidan Skinner | 2008-09-19 | 1 | -2/+4 |
| * | QPID-1286: make timeout a constant | Aidan Skinner | 2008-09-19 | 1 | -12/+15 |
| * | QPID-1286: make sure priority queues don't mess with deleted subscriptions | Aidan Skinner | 2008-09-18 | 1 | -48/+102 |
| * | QPID-1269 : Added queue registration as part of the creation via the Factory.... | Martin Ritchie | 2008-09-03 | 1 | -0/+1 |
| * | QPID-1119 : modified the delay method to ensure that it always sleeps for the... | Martin Ritchie | 2008-09-02 | 1 | -0/+15 |
| * | Add ASL to everywhere, to everything. | Aidan Skinner | 2008-08-28 | 2 | -1/+43 |
| * | QPID-1119 : M2x commit : Addition of a System property to AMQProtocolHandler.... | Martin Ritchie | 2008-08-22 | 5 | -5/+547 |
| * | QPID-1225 : Changed SimpleACLTest to use QpidTestCase so the failing test can... | Martin Ritchie | 2008-08-21 | 1 | -2/+31 |
| * | Remove old crufty helper that is not used. | Martin Ritchie | 2008-08-21 | 1 | -102/+0 |
| * | QPID-1225 : Temporary commit to allow CI systems to help diagnose cause of ra... | Martin Ritchie | 2008-08-21 | 1 | -1/+7 |
| * | QPID-1217: make temporary queue creation actually create the temporary queue. | Aidan Skinner | 2008-08-20 | 2 | -4/+61 |
| * | QPID-1252: remove the durable subscription when done with it, and increased a... | Rafael H. Schloming | 2008-08-20 | 1 | -1/+2 |
| * | increased the timeout in the new DurableSubscriptionTest from 250 millisecond... | Rafael H. Schloming | 2008-08-19 | 1 | -1/+1 |
| * | QPID-1202: Rebind durable subscriptions if the arguments have changed | Aidan Skinner | 2008-08-19 | 1 | -0/+60 |
| * | QPID-1252: modified tests to unsubscribe the durable subscriptions they create | Rafael H. Schloming | 2008-08-18 | 3 | -0/+11 |
| * | QPID-1245: use notifyMessage rather than onMessage in setMessageListener so t... | Rafael H. Schloming | 2008-08-15 | 1 | -0/+10 |
| * | increased timeout for DupsOkTest to prevent intermittent failure on build mac... | Rafael H. Schloming | 2008-08-14 | 1 | -2/+2 |
| * | QPID-1236: made setObjectProperty validate the passed in value | Rafael H. Schloming | 2008-08-13 | 1 | -0/+15 |
| * | QPID-1235: fixed setXXXProperty to check for empty strings | Rafael H. Schloming | 2008-08-12 | 1 | -3/+44 |
| * | QPID-1233: made getStringProperty(nonexistent) return null instead of NPE | Rafael H. Schloming | 2008-08-12 | 1 | -0/+11 |
| * | QPID-615: Merge rupertlssmiths 581293 | Aidan Skinner | 2008-08-12 | 1 | -0/+125 |
| * | QPID-1117 merge ritchiem's 662818: | Aidan Skinner | 2008-08-12 | 1 | -4/+153 |
| * | QPID-1092: Merge 662770 to trunk from ritchiem: | Aidan Skinner | 2008-08-12 | 1 | -0/+102 |
| * | QPID-1136 : Fixed Flow Control problem due to this change and added test to v... | Martin Ritchie | 2008-08-12 | 1 | -0/+26 |
| * | QPID-1223 : Updated AckTest to correctly create and close the ApplicationRegi... | Martin Ritchie | 2008-08-11 | 1 | -6/+3 |
| * | QPID-1193 : re-added createQueue(AMQQueue queue) method, after code review call. | Martin Ritchie | 2008-08-11 | 1 | -0/+4 |
| * | QPID-1223 : Updated tests to correctly close the ApplicationRegistry that wer... | Martin Ritchie | 2008-08-11 | 3 | -1/+11 |
| * | QPID-1220 Updated assert to show exception message when there is no cause set | Martin Ritchie | 2008-08-11 | 1 | -1/+1 |
| * | 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/+13 |
| * | QPID-1226 : DupsOk test never creates the client so create one for the messag... | Martin Ritchie | 2008-08-08 | 1 | -5/+13 |
| * | QPID-1223 : added ApplicationRegistry.remove. Need to convert to QTC. | Martin Ritchie | 2008-08-08 | 1 | -1/+3 |
| * | QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking... | Martin Ritchie | 2008-08-08 | 1 | -1/+1 |
| * | QPID-1225 cause test to fail if it times out. | Martin Ritchie | 2008-08-08 | 1 | -1/+4 |
| * | QPID-1213: removed empty .java files leftover from applying a patch | Rafael H. Schloming | 2008-08-07 | 1 | -0/+0 |
| * | QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants... | Rafael H. Schloming | 2008-08-07 | 11 | -192/+34 |
| * | QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be... | Martin Ritchie | 2008-08-07 | 1 | -1/+6 |