1

Multiple publishers will send their message to a central node which is responsible for sequencing these messages before they reach the subscribers. Does there exist a chronicle service that already does this?

Should be doable with Chronicle queue

1 Answers1

0

You can do this three ways:

If you can be more specific, I could write an example for you.

NOTE: If you write and read everything on the same physical machines, even in different docker containers, you don't need to run an additional service. They can all access the same queue in shared memory, any data written to the queue isn't lost even if every process dies (provided the OS doesn't)

Peter Lawrey
  • 525,659
  • 79
  • 751
  • 1,130