1

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 ?

1 Answers1

0

Replication is a commercial extension for Chronicle 4+

https://chronicle.software/queue-enterprise/

Peter Lawrey
  • 525,659
  • 79
  • 751
  • 1,130