@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() |
ActiveMQProperties.Packages |
getPackages() |
String |
getPassword() |
ActiveMQProperties.Pool |
getPool() |
String |
getUser() |
boolean |
isInMemory() |
boolean |
isPooled()
Deprecated.
as of 1.4 in favor of "spring.activemq.pool.enabled"
|
void |
setBrokerUrl(String brokerUrl) |
void |
setInMemory(boolean inMemory) |
void |
setPassword(String password) |
void |
setPool(ActiveMQProperties.Pool pool) |
void |
setPooled(boolean pooled)
Deprecated.
as of 1.4 in favor of "spring.activemq.pool.enabled"
|
void |
setUser(String user) |
public String getBrokerUrl()
public void setBrokerUrl(String brokerUrl)
public boolean isInMemory()
public void setInMemory(boolean inMemory)
@Deprecated @DeprecatedConfigurationProperty(replacement="spring.activemq.pool.enabled") public boolean isPooled()
@Deprecated public void setPooled(boolean pooled)
pooled
- the pooling enabled valuepublic String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public ActiveMQProperties.Pool getPool()
public void setPool(ActiveMQProperties.Pool pool)
public ActiveMQProperties.Packages getPackages()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.