Versions Compared

Key

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

...

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

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

Enable TLS connection

To enable a secure (TLS) AMQP connection to the queue, set the property "blueriq.timeline.event.publisher.channel.amqp.rabbitmq.ssl.enabled" to "true".
The default for AQMP port with TLS on RabbitMQ is '5671', it needs to be explicitly enabled though, see https://www.rabbitmq.com/ssl.html for more information.

...