Versions Compared

Key

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

...

The Case Engine will be delivered with the runtime and can be downloaded here : https://artifactory.blueriq.com/artifactory/libs-BQ15-download/  alternatively in the artifactory. Alternatively you can also use the DCM 2.0 Beta Release beta release which also includes the case engine

...

The bootstrap.properties file needs to have the following content to enable these components:

Code Block
languagebash
titlebootstrap.propeties
spring.profiles.active=native,\
    case-engine,\
    customerdata-client,\
    dcm-lists-publisher,\
    externaldatasources,\
    process-sql-store,\
    timeline-event-publisher-amqp,\
    trace-event-publisher-amqp,\
    audit


Configuration

Specific for the case engine there are mutliple properties that needs to be set.

...

  • application.properties: common properties that concern security, logging and the connection to the customer data
  • application-case-engine.properties: properties for several queues, mongoDB and quartz
  • application-external-datasource.properties: propterties properties that enable the case engine to communicate with the process data sql store

...