Interface RabbitMQDevServicesBuildTimeConfig.Queue
- Enclosing interface:
RabbitMQDevServicesBuildTimeConfig
public static interface RabbitMQDevServicesBuildTimeConfig.Queue
-
Method Details
-
autoDelete
Should the queue be deleted when all consumers are finished using it? -
durable
Should the queue remain after restarts? -
vhost
What virtual host should the queue be associated with? -
arguments
Extra arguments for the queue definition.
-