Table of Contents

Class Constants

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll
public static class Constants
Inheritance
Constants
Inherited Members

Fields

AccessRefused

(= 403)

public const int AccessRefused = 403

Field Value

int

ChannelError

(= 504)

public const int ChannelError = 504

Field Value

int

CommandInvalid

(= 503)

public const int CommandInvalid = 503

Field Value

int

ConnectionForced

(= 320)

public const int ConnectionForced = 320

Field Value

int

ContentTooLarge

(= 311)

public const int ContentTooLarge = 311

Field Value

int

DefaultConsumerDispatchConcurrency

The default consumer dispatch concurrency. See ConsumerDispatchConcurrency to set this value for every channel created on a connection, and CreateChannelAsync(CreateChannelOptions?, CancellationToken) for setting this value for a particular channel.

public const ushort DefaultConsumerDispatchConcurrency = 1

Field Value

ushort

DefaultContinuationTimeout

The default timeout for RPC methods

public static readonly TimeSpan DefaultContinuationTimeout

Field Value

TimeSpan

DefaultHandshakeContinuationTimeout

The default timeout for initial AMQP handshake

public static readonly TimeSpan DefaultHandshakeContinuationTimeout

Field Value

TimeSpan

FrameBody

(= 3)

public const int FrameBody = 3

Field Value

int

FrameEnd

(= 206)

public const int FrameEnd = 206

Field Value

int

FrameError

(= 501)

public const int FrameError = 501

Field Value

int

FrameHeader

(= 2)

public const int FrameHeader = 2

Field Value

int

FrameHeartbeat

(= 8)

public const int FrameHeartbeat = 8

Field Value

int

FrameMethod

(= 1)

public const int FrameMethod = 1

Field Value

int

FrameMinSize

(= 4096)

public const int FrameMinSize = 4096

Field Value

int

InternalError

(= 541)

public const int InternalError = 541

Field Value

int

InvalidPath

(= 402)

public const int InvalidPath = 402

Field Value

int

NoConsumers

(= 313)

public const int NoConsumers = 313

Field Value

int

NoRoute

(= 312)

public const int NoRoute = 312

Field Value

int

NotAllowed

(= 530)

public const int NotAllowed = 530

Field Value

int

NotFound

(= 404)

public const int NotFound = 404

Field Value

int

NotImplemented

(= 540)

public const int NotImplemented = 540

Field Value

int

PreconditionFailed

(= 406)

public const int PreconditionFailed = 406

Field Value

int

PublishSequenceNumberHeader

The message header used to track publish sequence numbers, to allow correlation when basic.return is sent via the broker.

public const string PublishSequenceNumberHeader = "x-dotnet-pub-seq-no"

Field Value

string

ReplySuccess

(= 200)

public const int ReplySuccess = 200

Field Value

int

ResourceError

(= 506)

public const int ResourceError = 506

Field Value

int

ResourceLocked

(= 405)

public const int ResourceLocked = 405

Field Value

int

SyntaxError

(= 502)

public const int SyntaxError = 502

Field Value

int

UnexpectedFrame

(= 505)

public const int UnexpectedFrame = 505

Field Value

int