Class RabbitMqConsts.DeliveryModes
Inherited Members
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public static class RabbitMqConsts.DeliveryModes
Fields
NonPersistent
Declaration
public const int NonPersistent = 1
Field Value
| Type | Description |
|---|---|
| int |
Persistent
Declaration
public const int Persistent = 2
Field Value
| Type | Description |
|---|---|
| int |