prashant mishra
prashant mishra

Reputation: 11

How to do replication in ChronicleQueue 5

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

Answers (1)

Peter Lawrey
Peter Lawrey

Reputation: 533492

Replication is a commercial extension for Chronicle 4+

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

Upvotes: 0

Related Questions