Interface RabbitMQDevServicesBuildTimeConfig.Queue

Enclosing interface:
RabbitMQDevServicesBuildTimeConfig

public static interface RabbitMQDevServicesBuildTimeConfig.Queue
  • Method Summary

    Modifier and Type
    Method
    Description
    Extra arguments for the queue definition.
    Should the queue be deleted when all consumers are finished using it?
    Should the queue remain after restarts?
    What virtual host should the queue be associated with?
  • Method Details

    • autoDelete

      @WithDefault("false") Boolean autoDelete()
      Should the queue be deleted when all consumers are finished using it?
    • durable

      @WithDefault("false") Boolean durable()
      Should the queue remain after restarts?
    • vhost

      @WithDefault("/") String vhost()
      What virtual host should the queue be associated with?
    • arguments

      @ConfigDocMapKey("argument-name") Map<String,String> arguments()
      Extra arguments for the queue definition.