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.Packages
Constructor Summary
Constructors Constructor Description ActiveMQProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrokerUrl()DurationgetCloseTimeout()ActiveMQProperties.PackagesgetPackages()StringgetPassword()JmsPoolConnectionFactoryPropertiesgetPool()DurationgetSendTimeout()StringgetUser()booleanisInMemory()booleanisNonBlockingRedelivery()voidsetBrokerUrl(String brokerUrl)voidsetCloseTimeout(Duration closeTimeout)voidsetInMemory(boolean inMemory)voidsetNonBlockingRedelivery(boolean nonBlockingRedelivery)voidsetPassword(String password)voidsetSendTimeout(Duration 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 Duration getCloseTimeout()
setCloseTimeout
public void setCloseTimeout(Duration closeTimeout)
isNonBlockingRedelivery
public boolean isNonBlockingRedelivery()
setNonBlockingRedelivery
public void setNonBlockingRedelivery(boolean nonBlockingRedelivery)
getSendTimeout
public Duration getSendTimeout()
setSendTimeout
public void setSendTimeout(Duration sendTimeout)
getPool
public JmsPoolConnectionFactoryProperties getPool()
getPackages
public ActiveMQProperties.Packages getPackages()