Class RabbitMqOptions

Namespace
ProtoTest.Messaging.RabbitMq
Assembly
ProtoTest.Messaging.RabbitMq.dll

RabbitMQ connection choices, layered from ProtoTest:Messaging:RabbitMq.

public sealed class RabbitMqOptions : IProtoConfigurableOptions
Inheritance
RabbitMqOptions
Implements
Inherited Members
Extension Methods

Fields

ConfigurationSectionName

public const string ConfigurationSectionName = "ProtoTest:Messaging:RabbitMq"

Field Value

string

ConnectionStringSetting

The configuration key a started broker container fills.

public const string ConnectionStringSetting = "ProtoTest:Messaging:RabbitMq:ConnectionString"

Field Value

string

Properties

ConnectionString

AMQP connection string of the broker, for example the deployed environment's.

public string ConnectionString { get; set; }

Property Value

string

PollInterval

How often an await checks for a new message.

public TimeSpan PollInterval { get; set; }

Property Value

TimeSpan