Versions Compared

Key

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

...

To be able to publish event messages, the event channel needs to be configured in application-timeline-event-publisher-amqp.properties This file can be found, or otherwise should be placed in <Blueriq installation folder>\Runtime\conf.

The queue configuration can be configured using a default queue (using blueriq.default.rabbitmq.* in the application.properties). When it is needed, it can be overruled using the configuration below.

Also the timeline events exchange has a default, and can be overruled by configuration when needed.

Code Block
languagepowershell
titleapplication-timeline-event-publisher-amqp.properties
# RabbitMQ configuration
blueriq.timeline.event.publisher.amqp.rabbitmq.host = localhost
blueriq.timeline.event.publisher.amqp.rabbitmq.port = 5671
blueriq.timeline.event.publisher.amqp.rabbitmq.virtualHost = /
blueriq.timeline.event.publisher.amqp.rabbitmq.username = guest
blueriq.timeline.event.publisher.amqp.rabbitmq.password = guest
blueriq.timeline.event.publisher.amqp.rabbitmq.ssl.enabled = true

 
# Timeline events channel configuration
blueriq.timeline.event.publisher.amqp.rabbitmq.exchangeName = timelineEvents

...