Class JmsProperties.Listener

java.lang.Object
org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
Enclosing class:
JmsProperties

public static class JmsProperties.Listener extends Object
  • Constructor Details

    • Listener

      public Listener()
  • Method Details

    • isAutoStartup

      public boolean isAutoStartup()
    • setAutoStartup

      public void setAutoStartup(boolean autoStartup)
    • getAcknowledgeMode

      @Deprecated(since="3.2.0", forRemoval=true) @DeprecatedConfigurationProperty(replacement="spring.jms.listener.session.acknowledge-mode", since="3.2.0") public AcknowledgeMode getAcknowledgeMode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAcknowledgeMode

      @Deprecated(since="3.2.0", forRemoval=true) public void setAcknowledgeMode(AcknowledgeMode acknowledgeMode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getConcurrency

      @DeprecatedConfigurationProperty(replacement="spring.jms.listener.min-concurrency", since="3.2.0") @Deprecated(since="3.2.0", forRemoval=true) public Integer getConcurrency()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setConcurrency

      @Deprecated(since="3.2.0", forRemoval=true) public void setConcurrency(Integer concurrency)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMinConcurrency

      public Integer getMinConcurrency()
    • setMinConcurrency

      public void setMinConcurrency(Integer minConcurrency)
    • getMaxConcurrency

      public Integer getMaxConcurrency()
    • setMaxConcurrency

      public void setMaxConcurrency(Integer maxConcurrency)
    • formatConcurrency

      public String formatConcurrency()
    • getReceiveTimeout

      public Duration getReceiveTimeout()
    • setReceiveTimeout

      public void setReceiveTimeout(Duration receiveTimeout)
    • getSession

      public JmsProperties.Listener.Session getSession()