Roman

Results 5 comments of Roman

Just to let you know, this issue also affects the MySqlOutbox

@iancooper @preardon Is there any chance that this could be included in the next pre-release version?

@iancooper It looks like this query never worked for MySql Same query for MsSql: `public string PagedDispatchedCommand { get; } = "SELECT * FROM (SELECT ROW_NUMBER() OVER(ORDER BY Timestamp DESC)...

@iancooper @preardon Another thing to mention (not directly related to this issue), but I noticed that in the latest master code, **archiveBatchSize** is no longer configurable and is always set...

I think I found where the issue is. I was concentrating on the ReadFromStore method, but it happens in the WriteToStore method when we are marking the message as dispatched....