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 RabbitMqChannelOptions WithExchangeAutoDelete(bool autoDelete = true)

Parameters

autoDelete bool

Returns

RabbitMqChannelOptions