Agenda
Commits review
JIRA Review
AOCB
Outstanding actions
revision |
committer |
date |
comment |
review comments |
---|---|---|---|---|
arnaudsimon |
2008-05-22 |
QPID-1079 : Updated ...test.client tests for using QpidTestCase + move QpidTestCase in main so it is visible form systests |
Remove amqj.AutoCreateVMBroker |
|
arnaudsimon |
2008-05-22 |
QPID-1079 : added junit dep to client as it's not included within all environments (for example on RHEL-4) |
Should move QpidTestCase into common base package; not in client. |
|
rhs |
2008-05-22 |
Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID-861 . Also switched command ids from long -> int, and added a mutex to channel to prevent multi-frame commands from interle ... |
Use .intValue() not (int) (long) |
|
rajith |
2008-05-30 |
This check in is for QPID-1102 . IoHandler and IoSender uses the java.io classes for IO operations and have shown very good improvement in latency and memory usage over MINA. For certain tests with pub ... |
Should use configuration and be more configurable. Narrow catch Exception clause. |
|
rgodfrey |
2008-06-19 |
QPID-950 : Broker refactoring, copied / merged from branch |
|
|
rgodfrey |
2008-06-19 |
QPID-950 : Fixed Derby Message Store |
|
|
rgodfrey |
2008-06-20 |
QPID-1144 : Reference count drops to zero too early for immediate messages in a txn |
|
|
ritchiem |
2008-05-30 |
QPID-1101 : Update to DestNameExchange to perform deep copy. |
Needs test |
|
arnaudsimon |
2008-06-03 |
QPID-1115 : Only generate client ID when necessary |
RG to comment on Jira |
|
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() |
|
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 |
|
rhs |
2008-06-03 |
QPID-1062 : modified generated code to keep packing flags in wire form and override commonly used size methods for improved performance |
Remove commented out code |
|
rhs |
2008-06-05 |
QPID-1116 : fixed a race condition in connection/session close, session close now waits for the session to be detached before returning, this guarantees we won't have any active sessions when the conne ... |
Client.java has random cruft added. |
|
rhs |
2008-06-09 |
QPID-901 : always reset the auto-sync mode even if the call fails |
RHS: should raise Jira for autosync flag |
|
rhs |
2008-06-10 |
QPID-1129 : unless otherwise specified, limit the receive buffer size to 64K |
Mina makes OOM'ing hard to figure out |
|
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 |
|
rgodfrey |
2008-06-20 |
QPID-1144 : Reference count drops to zero too early for immediate messages in a txn |
Review LTC with Rob |
|
rgodfrey |
2008-06-20 |
QPID-1101 : Updated Direct Exchange so it does not modify lists of queues |
No Test |
|
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. |
|
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 |