Closed biskit closed 4 years ago
I see that you have set an age limit, so my guess is that some of the messages have expired and no longer available. This is why although your application ask for a start sequence of say 17, the first available on that channel may be 75 (at the time the subscription is created), hence the trace statement.
Ahh! Missed that fact. That sounds right and I'll try it.
Hi, versions:
I'm restarting a process where it subscribes to a queue with starting sequence number. I get this in log:
here are my channel limits:
Per #302 if its in storage I should be able to start from my requested sequence number, correct?
Thanks,