Class AmqpQueueDefinition
public class AmqpQueueDefinition
- Inheritance
-
AmqpQueueDefinition
- Inherited Members
Properties
- AutoDelete
Whether the queue should be deleted when the last consumer unsubscribes.
- Durable
Whether the queue should survive broker restarts or not.
- Exclusive
Whether the queue should be used only by one connection or not.
- Name
The name of the queue. It MUST NOT exceed 255 characters long.
- VHost
The virtual host of the queue. Defaults to
/.