Table of Contents

Enum OutcomeState

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll

Represents the status of a publish operation. See AMQP Outcomes.

public enum OutcomeState

Fields

Accepted = 0

The message has been accepted by the broker.

Rejected = 1

At least one queue the message was routed to rejected the message. This happens when the queue length is exceeded and the queue's overflow behaviour is set to reject-publish or when a target classic queue is unavailable.

Released = 2

The broker could not route the message to any queue. This is likely to be due to a topology misconfiguration.