Enum ConsumerStatus
- Namespace
- Silverback.Messaging.Broker
- Assembly
- Silverback.Integration.dll
The possible states of the IConsumer as exposed in the IConsumerStatusInfo.
public enum ConsumerStatus
Fields
Connected = 2The consumer is completely initialized, the connection has been established and is ready to consume.
Consuming = 3The consumer is connected and has received at least a message.
Started = 1The consumer has successfully initialized the connection to the message broker.
Stopped = 0The consumer is not connected to the message broker.