Versions Compared

Key

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

...

  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

Runtime

  1. Add the following exchanges and queues to the Runtime properties (application-case-engine-client.properties):
    1. blueriq.dcm.rabbitmq.exchangeName=dcmEvents
    2. blueriq.dcm.rabbitmq.queueNames=dcmTasksEventsQueue
    3. blueriq.process.engine.v2.automatic-task.rabbitmq.exchangeName=dcmTasksEvents
  2. If the Trace publisher is enabled add the the following to the Runtime properties (application-trace-event-publisher-amqp.properties):
    1. blueriq.trace.event.publisher.channel.amqp.rabbitmq.exchangeName=traceEvents
  3. If the Trace SQL Store is enabled add the the following to the Runtime properties (application-trace-sql-store.properties):
    1. blueriq.trace.event.listener.amqp.rabbitmq.queueNames=traceQueue
  4. If the Timeline publisher is enabled add the following to the Runtime properties (application-timeline-event-publisher-amqp.properties):
    1. blueriq.timeline.event.publisher.amqp.rabbitmq.exchangeName=timelineEvents
  5. If the Timeline SQL Store is enabled add the following to the Runtime properties (application-timeline-sql-store.properties):
    1. blueriq.timeline.event.listener.amqp.rabbitmq.queueNames=timelineQueue