Reputation: 21
Can we configure the file that the queue writes as rolling and split it?
Tried to run it with high load
Upvotes: 0
Views: 80
Reputation: 533492
You can control when it rolls by time, by setting the RollCycle. You can have files up to 64 TB without a problem for Chronicle Queue, however reducing the roll cycle should keep the files ot a manageable size.
Upvotes: 0
Reputation: 620
You can provide the file path to a directory, not a file. Chronicle Queue Will create its own files, into that directory, if you have set it up to do daily rolling, (which is the default ) then it will create a new file each day, and write new messages into that file.
Upvotes: 1