How does it compare to LMAX Disruptor if you have any experience with both?
They're both similar in design, the main difference is Coral Queue can be used for IPC between JVMs, using a mmap'd file.
See https://github.com/real-logic/aeron (also from the creator of the disruptor)