@ConfigurationProperties(prefix="spring.activemq") public class ActiveMQProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ActiveMQProperties.Packages |
static class |
ActiveMQProperties.Pool |
Constructor and Description |
---|
ActiveMQProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getBrokerUrl() |
Duration |
getCloseTimeout() |
ActiveMQProperties.Packages |
getPackages() |
String |
getPassword() |
ActiveMQProperties.Pool |
getPool() |
Duration |
getSendTimeout() |
String |
getUser() |
boolean |
isInMemory() |
boolean |
isNonBlockingRedelivery() |
void |
setBrokerUrl(String brokerUrl) |
void |
setCloseTimeout(Duration closeTimeout) |
void |
setInMemory(boolean inMemory) |
void |
setNonBlockingRedelivery(boolean nonBlockingRedelivery) |
void |
setPassword(String password) |
void |
setPool(ActiveMQProperties.Pool pool) |
void |
setSendTimeout(Duration sendTimeout) |
void |
setUser(String user) |
public String getBrokerUrl()
public void setBrokerUrl(String brokerUrl)
public boolean isInMemory()
public void setInMemory(boolean inMemory)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public Duration getCloseTimeout()
public void setCloseTimeout(Duration closeTimeout)
public boolean isNonBlockingRedelivery()
public void setNonBlockingRedelivery(boolean nonBlockingRedelivery)
public Duration getSendTimeout()
public void setSendTimeout(Duration sendTimeout)
public ActiveMQProperties.Pool getPool()
public void setPool(ActiveMQProperties.Pool pool)
public ActiveMQProperties.Packages getPackages()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.