TeaEngineering / libchronicle

Shared-memory interprocess communication from C using OpenHFT's chronicle-queue protocol
Apache License 2.0
14 stars 10 forks source link

Unable to create a new queue without Java #15

Closed shuckc closed 1 year ago

shuckc commented 2 years ago

libchronicle can append and tail an existing queue and roll to a new queuefile, in either v4 or v5 format however it cannot create a new queue from scratch.

shuckc commented 2 years ago

We now have support for writing out 'wire' format values to create a new metadata file, so most of the preconditions are in place. Needs some API design to consider how to set desired properties of the queue (rollover) before creation..