Is it possible to get the end of the partition?
My case is:
I manage the offset manually. I want to skip the last events in my partition and start from after the last current event.
I know the only way to do it, it is to receive all messages from my last offset. That means a lot of unnecessary network traffic.
What I want is some method GetLastMessageOffset() or something like that.
Is there such method?
Leonid Ganeline [BizTalk MVP]