Table of Contents

Enum MessageBrokerQueueState

Namespace
LfrlAnvil.MessageBroker.Server
Assembly
LfrlAnvil.MessageBroker.Server.dll

Defines possible MessageBrokerQueue states.

public enum MessageBrokerQueueState : byte

Fields

Deactivating = 1

Specifies that the queue is currently being deactivated.

Disposed = 4

Specifies that the queue has been disposed.

Disposing = 3

Specifies the the queue is currently being disposed.

Inactive = 2

Specifies that the queue is currently inactive.

Running = 0

Specifies that the queue is currently running.