Versions Compared

Key

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

Queueing is an essential component for the new DCM architecture. It supports asynchronous communication between the different components. This page describes:

  • How queueing is used in the DCM setup
  • How to install RabbitMQ
  • How to configure RabbitMQ using the default configuration
  • How to override the default configuration

Overview


This overview Queuing supports asynchronous communication between the different components. The overview on the Blueriq DCM architecture overview page shows the different components that communicate to each other using a queue.TODO: Insert image here

RabbitMQ

Blueriq supports RabbitMQ as the message broker. The following page describes how to install RabbitMQ: Installing RabbitMQ

...