Table of Contents

Enum MessageBrokerQueueListenerBindingState

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

Defines possible MessageBrokerQueueListenerBinding states.

public enum MessageBrokerQueueListenerBindingState : byte

Fields

Created = 0

Specifies that the listener is in the process of being bound.

Disposed = 3

Specifies that the listener binding has been disposed.

Inactive = 2

Specifies that the listener binding is currently inactive.

Running = 1

Specifies that the listener binding is currently running.