@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() |
int |
getCloseTimeout() |
ActiveMQProperties.Packages |
getPackages() |
String |
getPassword() |
ActiveMQProperties.Pool |
getPool() |
int |
getSendTimeout() |
String |
getUser() |
boolean |
isInMemory() |
boolean |
isNonBlockingRedelivery() |
void |
setBrokerUrl(String brokerUrl) |
void |
setCloseTimeout(int closeTimeout) |
void |
setInMemory(boolean inMemory) |
void |
setNonBlockingRedelivery(boolean nonBlockingRedelivery) |
void |
setPassword(String password) |
void |
setPool(ActiveMQProperties.Pool pool) |
void |
setSendTimeout(int 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 int getCloseTimeout()
public void setCloseTimeout(int closeTimeout)
public boolean isNonBlockingRedelivery()
public void setNonBlockingRedelivery(boolean nonBlockingRedelivery)
public int getSendTimeout()
public void setSendTimeout(int sendTimeout)
public ActiveMQProperties.Pool getPool()
public void setPool(ActiveMQProperties.Pool pool)
public ActiveMQProperties.Packages getPackages()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.