Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Blueriq 14.8 introduces the possibility to consume timeline events that are pushed on a queue by theTimeline Event Publisher Component [editor] and then store them in a database in an asynchronous way. See consume timeline events.

...

The Timeline SQL Store component can store timeline messages directly in the database, but it is also possible to decouple the storage of timeline messages using theTimeline Event Publisher Component [editor]to publish timeline events to a queue and then consume them using this component.

...

Note

The Timeline SQL Store either stores timeline messages in the database, or consumes timeline events from the queue. When the configuration below is enabled, only timeline events are consumed, no timeline messages are saved to the database directly. So if you enable this configuration, be sure to also enable theTimeline Event Publisher Component [editor], otherwise no timeline information is saved anywhere.

...