Memoria

Configuration: RabbitMQ

To use RabbitMQ messaging, install and register the Memoria.Messaging.RabbitMq package:

services.AddMemoriaRabbitMq(options =>
{
    options.ConnectionString = connectionString;
});

For local development and tests without a RabbitMQ broker, use Memoria.Messaging.RabbitMq.InMemory.