クラス ActiveMQProperties

java.lang.ObjectSE
org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties

@ConfigurationProperties(prefix="spring.activemq") public class ActiveMQProperties extends ObjectSE
ActiveMQ の構成プロパティ。
導入:
3.1.0
作成者:
Greg Turnquist, Stephane Nicoll, Aur é lien Leboulanger, Venil Noronha, Edd ú Mel é ndez
  • コンストラクターの詳細

    • ActiveMQProperties

      public ActiveMQProperties()
  • メソッドの詳細

    • getBrokerUrl

      public StringSE getBrokerUrl()
    • setBrokerUrl

      public void setBrokerUrl(StringSE brokerUrl)
    • getUser

      public StringSE getUser()
    • setUser

      public void setUser(StringSE user)
    • getPassword

      public StringSE getPassword()
    • setPassword

      public void setPassword(StringSE password)
    • getCloseTimeout

      public DurationSE getCloseTimeout()
    • setCloseTimeout

      public void setCloseTimeout(DurationSE closeTimeout)
    • isNonBlockingRedelivery

      public boolean isNonBlockingRedelivery()
    • setNonBlockingRedelivery

      public void setNonBlockingRedelivery(boolean nonBlockingRedelivery)
    • getSendTimeout

      public DurationSE getSendTimeout()
    • setSendTimeout

      public void setSendTimeout(DurationSE sendTimeout)
    • getPool

    • getPackages

      public ActiveMQProperties.Packages getPackages()