Documentation
DocumentationDiscussions
Hey! These docs are for version 2020.1, which is no longer officially supported. Click here for the latest version, 2023.4!

RabbitMQ

The Seq.Input.RabbitMQ input makes it possible to pull JSON-formatted events from RabbitMQ.

Installing

The Seq.Input.RabbitMQ app is published to NuGet. Follow the instructions for installing a Seq App and start an instance of the app, providing your RabbitMQ server details.

Sending events to the input

The input accepts events in compact JSON format, encoded as UTF-8 text.

The Serilog.Sinks.RabbitMQ sink, along with the Serilog.Formatting.Compact formatter, can be used for this.

See the Demo project included in the GitHub repository for an example of client configuration that works with the default input configuration.