Class ActiveMQProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
@ConfigurationProperties(prefix="spring.activemq") public class ActiveMQProperties extends Object
Configuration properties for ActiveMQ.
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActiveMQProperties.Packagesstatic classActiveMQProperties.Pool
Constructor Summary
Constructors Constructor Description ActiveMQProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrokerUrl()intgetCloseTimeout()ActiveMQProperties.PackagesgetPackages()StringgetPassword()ActiveMQProperties.PoolgetPool()intgetSendTimeout()StringgetUser()booleanisInMemory()booleanisNonBlockingRedelivery()voidsetBrokerUrl(String brokerUrl)voidsetCloseTimeout(int closeTimeout)voidsetInMemory(boolean inMemory)voidsetNonBlockingRedelivery(boolean nonBlockingRedelivery)voidsetPassword(String password)voidsetPool(ActiveMQProperties.Pool pool)voidsetSendTimeout(int sendTimeout)voidsetUser(String user)
Constructor Detail
ActiveMQProperties
public ActiveMQProperties()
Method Detail
getBrokerUrl
public String getBrokerUrl()
setBrokerUrl
public void setBrokerUrl(String brokerUrl)
isInMemory
public boolean isInMemory()
setInMemory
public void setInMemory(boolean inMemory)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getCloseTimeout
public int getCloseTimeout()
setCloseTimeout
public void setCloseTimeout(int closeTimeout)
isNonBlockingRedelivery
public boolean isNonBlockingRedelivery()
setNonBlockingRedelivery
public void setNonBlockingRedelivery(boolean nonBlockingRedelivery)
getSendTimeout
public int getSendTimeout()
setSendTimeout
public void setSendTimeout(int sendTimeout)
getPool
public ActiveMQProperties.Pool getPool()
setPool
public void setPool(ActiveMQProperties.Pool pool)
getPackages
public ActiveMQProperties.Packages getPackages()