Table of Contents

Class FeatureFlags

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll
public class FeatureFlags
Inheritance
FeatureFlags
Inherited Members

Properties

IsBrokerCompatible

Check if the client is compatible with the broker version. The client requires RabbitMQ 4.0 or later to be compatible.

public bool IsBrokerCompatible { get; }

Property Value

bool

IsFilterFeatureEnabled

Check if filter feature is enabled. Filter feature is available in RabbitMQ 4.1 and later.

public bool IsFilterFeatureEnabled { get; }

Property Value

bool

IsSqlFeatureEnabled

Check if Sql feature is enabled. Sql feature is available in RabbitMQ 4.2 and later.

public bool IsSqlFeatureEnabled { get; }

Property Value

bool

Methods

Validate()

public void Validate()