Provides non-persistent tailers with an ephemeral id that is not passed along to the ChronicleQueue tailer constructor. We do not want to pass the id along otherwise the tailer state will persist with the queue. However, when every tailer has a unique id, all tailers are able to unblock.
Fixes #1
Provides non-persistent tailers with an ephemeral id that is not passed along to the ChronicleQueue tailer constructor. We do not want to pass the id along otherwise the tailer state will persist with the queue. However, when every tailer has a unique id, all tailers are able to unblock.