Table of Contents

Method WithExchangeAutoDelete

Namespace
Ratatoskr.RabbitMq.Config
Assembly
Ratatoskr.RabbitMq.dll

WithExchangeAutoDelete(bool)

Sets whether the exchange is deleted when the last queue is unbound.

public RabbitMqConsumeOptions WithExchangeAutoDelete(bool autoDelete = true)

Parameters

autoDelete bool

Returns

RabbitMqConsumeOptions