You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.

If you are configuring RabbitMQ for the DCM Lists Service, follow these steps:

  1. Create an exchange where the runtime will publish case and task events to, e.g. dcmListsEvents. The type of this exchange should be 'fanout'.
  2. Create two queues
    1. One for the DCM Lists Service to receive events, e.g. called dcmListServiceEventsQueue.
    2. Another for the runtime to listen to events for the Task List, e.g. called dcmListEventsQueue.
  3. Open the exchange created in step 1 and add two bindings, one to each queue.
  4. Configure the exchange name and queue names in the DCM Lists Component [editor] and/or DCM Lists Service [editor] configuration.
  • No labels