| 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 |
r667561 |
ritchiem |
2008-06-13 |
QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking. Added a new InternalBrokerBaseCase for performing testing on the broker without using the client libraries. This allows fo ... |
InternalMinaProtocolSession has a bug in awaitDelivery where it can hang because deliveryCount is already set to !0 |
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 |
r671845 |
aidan |
2008-06-26 |
QPID-854 QPID-999 : Merge Changes to the client to make the dispatcher responsible for closing the queue browser when all the messages have been processed. |
JIRA clean up of anon CloseMessage DeliveryBody class. |
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 list |
r672810 |
rajith |
2008-06-30 |
This commit is related to QPID-1161 . Please refer to the JIRA for complete details. In Summary this contains a simple test kit comprising of perf and soak tests. The focus is on producing a packaged ... |
|
r674085 |
ritchiem |
2008-07-04 |
QPID-871 - Added a ConnectionRegistry per Virtualhost to track the open connections. Altered the ApplicationRegistry so that when the shutdown hook is fired it: Unbinds from the listening sockets Then ... |
|
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 |
r681408 |
rajith |
2008-07-31 |
This is related to QPID-1208 . I have enabled the code which will print xxxx when the log level != debug. |
Should not ever print the password. |
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 |