| revision |
committer |
date |
comment |
review comments |
r659163 |
arnaudsimon |
2008-05-22 |
QPID-1079 : Updated ...test.client tests for using QpidTestCase + move QpidTestCase in main so it is visible form systests |
RECEIVE_TIMEOUT : get rid of and use configurable timeout when available
|
r669431 |
rgodfrey |
2008-06-19 |
QPID-950 : Broker refactoring, copied / merged from branch |
|
r669480 |
rgodfrey |
2008-06-19 |
QPID-950 : Fixed Derby Message Store |
|
r661746 |
ritchiem |
2008-05-30 |
QPID-1101 : Update to DestNameExchange to perform deep copy. |
Needs test |
r662755 |
arnaudsimon |
2008-06-03 |
QPID-1115 : Only generate client ID when necessary |
RG to comment on Jira |
r662770 |
ritchiem |
2008-06-03 |
QPID-1092 : Changed toString to be String.valueOf(getObject()) Added MessageToStringTest, tests performing toString on Message before calling getObject(). |
Weird catch in close() |
r662827 |
arnaudsimon |
2008-06-03 |
QPID-1112 : Update previous commit by re-using messageAcknowledge (added a flag specifying whether to send an messageAccept) |
inRecover check in BMC_0_10.postDeliver might be a problem with async delivery |
r665841 |
rhs |
2008-06-09 |
QPID-901 : always reset the auto-sync mode even if the call fails |
RHS: make sure flag is used where appropriate |
r669841 |
rgodfrey |
2008-06-20 |
QPID-1144 : Reference count drops to zero too early for immediate messages in a txn |
RG: document LocalTransactionalContext |
r669885 |
rgodfrey |
2008-06-20 |
QPID-1101 : Updated Direct Exchange so it does not modify lists of queues |
No Test |
r671949 |
ritchiem |
2008-06-26 |
QPID-909 : Commented out the TimerTask so that it can be wrapped with a ScaledTestDecorator. Minimal change to get our existing tests to run. If closer duration control is required then further time c ... |
Change Commit message to reflect content : Update to .gitignore - DONE |
r680602 |
rhs |
2008-07-29 |
QPID-1201 : fixed up version of aidan's patch, there are still failures when running against an external java broker, however we seem to get past basic connection negotiation now |
Need to check that this works with 0-8 only broker |
r681476 |
rhs |
2008-07-31 |
QPID-1210 : made qpid-run output level configurable |
Fix setting of level in qpid-server to include \ or indent properly |
r683583 |
aidan |
2008-08-07 |
QPID-1218 : Boost broker performance by lots. AMQMessage: Allow references to be incremented in a pile IncomingMessage: Increment message references in one go, flatten delivery loop a little. Make _d ... |
TopicExchange: init array size |
r683632 |
ritchiem |
2008-08-07 |
QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be stored and recovered from the MessageStore. Created a test to validate that the stored values can be recovered. DerbyStore ... |
Restore createQueue(queue) method remove calls with null. DONE r684714 |