Table of Contents

Class RabbitMqOptions

Namespace
Ratatoskr.RabbitMq
Assembly
Ratatoskr.RabbitMq.dll
public class RabbitMqOptions
Inheritance
RabbitMqOptions
Inherited Members

Properties

ConnectionString

RabbitMQ connection string (e.g., "amqp://guest:guest@localhost:5672/")

MaxInboundMessageSize

The maximum size of an inbound message in bytes. If set, messages larger than this limit will be rejected.

ShutdownDrainTimeout

Maximum time to wait for in-flight message handlers to finish after consumer subscriptions are cancelled during shutdown. Align with ShutdownTimeout (default 30s) so the host does not force-kill the process while handlers are still draining.

UsePublisherConfirms

Whether to wait for publisher confirms