Versions Compared

Key

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

...

Add the following exchanges and queues to the Case Engine properties:

Code Block
languagebashpowershell
titleapplication-case-engine.properties
blueriq.case.engine.maintenance.rabbitmq.exchangeName=dcmMaintenanceEvents
...
blueriq.case.engine.rabbitmq.queueNames=dcmEventsQueue
...
blueriq.case.engine.rabbitmq.exchangeName=dcmEvents
...
blueriq.case.engine.scheduler.rabbitmq.exchangeName=dcmScheduledEvents
...
blueriq.process.engine.v2.automatic-task.rabbitmq.exchangeName=dcmTasksEvents
...

If the Trace publisher is enabled add the the following to the Case Engine properties:

Code Block
languagebashpowershell
titleapplication-trace-event-publisher.properties
blueriq.trace.event.publisher.channel.amqp.rabbitmq.exchangeName=traceEvents
...

If the Timeline publisher is enabled add the following to the Case Engine properties:

Code Block
languagebashpowershell
titleapplication-timeline-event-publisher-amqp.properties
blueriq.timeline.event.publisher.amqp.rabbitmq.exchangeName=timelineEvents
...

For the Case Engine to communicate to the DCM Lists Service add the following to the Case Engine properties:

Code Block
languagebashpowershell
titleapplication-dcm-lists-publisher.properties
blueriq.dcm.lists-publisher.rabbitmq.exchangeName=dcmListsEvents
...

...

Add the following exchanges and queues to the Runtime properties:

Code Block
languagebashpowershell
titleapplication-case-engine-client.properties
blueriq.dcm.rabbitmq.exchangeName=dcmEvents
...
blueriq.dcm.rabbitmq.queueNames=dcmTasksEventsQueue
...
blueriq.process.engine.v2.automatic-task.rabbitmq.exchangeName=dcmTasksEvents
...

If the Trace publisher is enabled add the the following to the Runtime properties:

Code Block
languagebashpowershell
titleapplication-trace-event-publisher-amqp.properties
blueriq.trace.event.publisher.channel.amqp.rabbitmq.exchangeName=traceEvents
...

If the Trace SQL Store is enabled add the the following to the Runtime properties:

Code Block
languagebashpowershell
titleapplication-trace-sql-store.properties
blueriq.trace.event.listener.amqp.rabbitmq.queueNames=traceQueue
...

If the Timeline publisher is enabled add the following to the Runtime properties:

Code Block
languagebashpowershell
titleapplication-timeline-event-publisher-amqp.properties
blueriq.timeline.event.publisher.amqp.rabbitmq.exchangeName=timelineEvents
...

If the Timeline SQL Store is enabled add the following to the Runtime properties:

Code Block
languagebashpowershell
titleapplication-timeline-sql-store.properties
blueriq.timeline.event.listener.amqp.rabbitmq.queueNames=timelineQueue
...

...