Questions tagged [chronicle-queue]

Chronicle Queue is a persisted low-latency messaging framework for high performance and critical applications.

Resources

  1. SourceCode
  2. Stackoverflow Questions and Answers
  3. Getting started
  4. Java Docs
172 questions
0
votes
1 answer

Writing into a chronicle queue with multiple threads -> java.nio.BufferOverflowException

I am writing an adapter to use chronicle queue in Apache Aries Remote Service Admin. It works fine when I only use a single thread. With more than one thread I get exceptions like below. Any idea what i do wrong? For reference this is my…
Christian Schneider
  • 19,420
  • 2
  • 39
  • 64
0
votes
1 answer

Wha happens if consumer fails on Chronicle

Hi looking at Chronicle v3 what happens if the consumer reads a record of the queue then tries to do something with that record downstream but fails. Can that record be picked up from the queue again? Does everything need to be replayed? Thinking of…
user432024
  • 4,392
  • 8
  • 49
  • 85
0
votes
1 answer

Problems building OpenHFT / Chronicle Queue

I've been trying to build the latest release of chronicle queue (3.4.4), but keep running into dependency resolution failures. Some of the dependencies SNAPSHOT versions are missing from the oss sonatype repository, etc. Is there an "all" jar…
0
votes
1 answer

How can I replay data in VanillaChronicle starting from a particular day?

Since VanillaChronicle stores data in different dirs named by dates, can I replay the data starting from a particular day? Sample codes are appreciated. Thanks!
xiagao1982
  • 1,077
  • 1
  • 13
  • 25
0
votes
3 answers

Can I write different types of messages to a chronicle-queue?

I would like to write different types of messages to a chronicle-queue, and process messages in consumers depending on their types. How can I do that?
xiagao1982
  • 1,077
  • 1
  • 13
  • 25
-1
votes
1 answer

Java version for Chronicle product

Chronicle product support Java 8 (openjdk8) or 11 (openjdk11)? I see this https://stackoverflow.com/tags/chronicle/info mentions Java 8, but this was updated long back.
Nayana
  • 133
  • 1
  • 11
-1
votes
1 answer

Chronicle issues? Am I doing something wrong?

This program, using net.openhft:chronicle:3.5.3, illustrates following problems I'm having with Chronicle. 1 Vanilla Chronicle.size() returns crazy values 2 ExcerptTailer.toStart doesn't work on an Indexed Chronicle 3 ExcerptTailer.index(-1)…
John Lonergan
  • 305
  • 3
  • 6
1 2 3
11
12