Enum MessageBrokerQueueState
- Namespace
- LfrlAnvil.MessageBroker.Server
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Defines possible MessageBrokerQueue states.
public enum MessageBrokerQueueState : byte
Fields
Deactivating = 1Specifies that the queue is currently being deactivated.
Disposed = 4Specifies that the queue has been disposed.
Disposing = 3Specifies the the queue is currently being disposed.
Inactive = 2Specifies that the queue is currently inactive.
Running = 0Specifies that the queue is currently running.