Versions Compared

Key

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

...

Note that not all properties have been described. The host, port, virtualHost, username, password etc. are ommited for brevity. Examples of the property files can be viewed at the page of its corresponding component.  

Case Engine

Add the following exchanges and queues to the Case Engine properties Case Engine Configuration (application-case-engine.properties):

Code Block
languagebash
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
languagebash
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
languagebash
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
languagebash
titleapplication-dcm-lists-publisher.properties

...

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