Versions Compared

Key

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

...

Its necessary to configure the right exchanges and queues in the right application, the following properties can be used:.

Note that not all properties have been described. The host, port, virtualHost, username, password etc. are ommited for brevity.

Case Engine

  1. Add the following exchanges and queues to the Case Engine properties Case Engine Configuration (application-case-engine.properties):
    1. blueriq.case.engine.maintenance.rabbitmq.exchangeName=dcmMaintenanceEvents
    2. blueriq.case.engine.rabbitmq.queueNames=dcmEventsQueue
    3. blueriq.case.engine.rabbitmq.exchangeName=dcmEvents
    4. blueriq.case.engine.scheduler.rabbitmq.exchangeName=dcmScheduledEvents
    5. blueriq.process.engine.v2.automatic-task.rabbitmq.exchangeName=dcmTasksEvents
  2. If the Trace publisher is enabled add the the following to the Case Engine properties (application-trace-event-publisher-amqp.properties):
    1. blueriq.trace.event.publisher.channel.amqp.rabbitmq.exchangeName=traceEvents
  3. If the Timeline publisher is enabled add the following to the Case Engine properties (application-timeline-event-publisher-amqp.properties):
    1. blueriq.timeline.event.publisher.amqp.rabbitmq.exchangeName=timelineEvents
  4. For the Case Engine to communicate to the DCM Lists Service add the following to the Case Engine properties (application-dcm-lists-publisher.properties):
    1. blueriq.dcm.lists-publisher.rabbitmq.exchangeName=dcmListsEvents

...