Reputation: 11
I am migrating from jdk8 to jdk11 and hence trying to use chronicle-queue v5.
In ChroincleQueue version 3 we had dedicated methods for creating SourceQueue and SinkQueue. But I am finding it little difficult to implement the same with ChronicleQueue v5.
I am trying to follow this. In the doc they have mentioned use of ReplicatedQueue
and ReplicatedQueueCfg
classes. I looked into different classes of all the other packages of Chronicle but didn't find any of these classes.
How can I implement replication using ChronicleQueue5 ?
Upvotes: 1
Views: 173
Reputation: 533492
Replication is a commercial extension for Chronicle 4+
https://chronicle.software/queue-enterprise/
Upvotes: 0