Christoph John

Results 221 comments of Christoph John
trafficstars

Thanks so far, I will review in due course. Looking good at first sight.

Closing and reopening to trigger new build jobs.

> My question is: is this behavior correct when the message queue, after stopping the flow, continues to process messages with unsuccessful results? Or is it possible to implement queue...

If you are receiving volatile data, such as currency or market data it is better to use `ResetOnLogon=Y`. Then seqnums will be reset to 1 on each Logon and then...

@JThoennes I don't know how the error will be different with a `JdbcStore` when the disk is full on the database. :) Regarding production usage: I am not aware of...

Sorry for the delay. Although storing a message to the `messages` table might be atomic, there is another transaction that persists the next seqnum to the `sessions` table which runs...

I think there can be problems with this approach because of the following reasons: - When there is a high volume of messages and you throttle resends I assume it...

Not in the next version, will be 3.0.0 most probably.

No concrete plans at the moment. Currently trying to get 2.2.1 (as I think about it, it should probably be called 2.3.0) out of the door. What 3.0.0 will contain:...