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-trace-event-publisher-amqp.properties This file can be found, or otherwise should be placed in <Blueriq installation folder>\Runtime\conf.
application-trace-event-publisher-amqp.properties

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 trace events exchange has a default, and can be overruled by configuration when needed.

# RabbitMQ configuration
blueriq.trace.event.publisher.channel.amqp.rabbitmq.host=localhost
blueriq.trace.event.publisher.channel.amqp.rabbitmq.port=5672
blueriq.trace.event.publisher.channel.amqp.rabbitmq.virtualHost=/
blueriq.trace.event.publisher.channel.amqp.rabbitmq.username=guest
blueriq.trace.event.publisher.channel.amqp.rabbitmq.password=guest
blueriq.trace.event.publisher.channel.amqp.rabbitmq.ssl.enabled=true

 
# Trace events channel configuration
blueriq.trace.event.publisher.channel.amqp.rabbitmq.exchangeName=tracingEvents

...