Class RabbitProperties.SimpleContainer

Enclosing class:
RabbitProperties

public static class RabbitProperties.SimpleContainer extends RabbitProperties.AmqpContainer
Configuration properties for SimpleMessageListenerContainer.
  • Constructor Details

    • SimpleContainer

      public SimpleContainer()
  • Method Details

    • getConcurrency

      public Integer getConcurrency()
    • setConcurrency

      public void setConcurrency(Integer concurrency)
    • getMaxConcurrency

      public Integer getMaxConcurrency()
    • setMaxConcurrency

      public void setMaxConcurrency(Integer maxConcurrency)
    • getBatchSize

      public Integer getBatchSize()
    • setBatchSize

      public void setBatchSize(Integer batchSize)
    • isMissingQueuesFatal

      public boolean isMissingQueuesFatal()
      Specified by:
      isMissingQueuesFatal in class RabbitProperties.AmqpContainer
    • setMissingQueuesFatal

      public void setMissingQueuesFatal(boolean missingQueuesFatal)
    • isConsumerBatchEnabled

      public boolean isConsumerBatchEnabled()
    • setConsumerBatchEnabled

      public void setConsumerBatchEnabled(boolean consumerBatchEnabled)