RabbitMq
A sink that implements a rabbitmq publisher. Each event is json-encoded and sent as a message to a rabbitmq exchange.
Configuration
[sink]type = "Rabbitmq"uri = "amqp://rabbitmq:rabbitmq@127.0.0.1:5672"exchange = "events.exchange"routing_key = ""
type
: the literal valueRabbitmq
.uri
: uri to connect on rabbitmq server.exchange
field with the name of the exchange where the cardano event will be published.routing_key
field with cardano event routing key configuration.