Class AmqpOperationBinding
public class AmqpOperationBinding
- Inheritance
-
AmqpOperationBinding
- Inherited Members
Properties
- Ack
Whether the consumer should ack the message or not.
- Bcc
Like cc but consumers will not receive this information.
- BindingVersion
The version of this binding. If omitted, "latest" MUST be assumed.
- Cc
The routing keys the message should be routed to at the time of publishing.
- DeliveryMode
Delivery mode of the message. Its value MUST be either 1 (transient) or 2 (persistent).
- Expiration
TTL (Time-To-Live) for the message. It MUST be greater than or equal to zero.
- Mandatory
Whether the message is mandatory or not.
- Priority
A priority for the message.
- Timestamp
Whether the message should include a timestamp or not.
- UserId
Identifies the user who has sent the message.