@ConfigurationProperties(prefix="spring.activemq") public class ActiveMQProperties extends Object
Constructor and Description |
---|
ActiveMQProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getBrokerUrl() |
String |
getPassword() |
String |
getUser() |
boolean |
isInMemory()
Specify if the default broker url should be in memory.
|
boolean |
isPooled() |
void |
setBrokerUrl(String brokerUrl) |
void |
setInMemory(boolean inMemory) |
void |
setPassword(String password) |
void |
setPooled(boolean pooled) |
void |
setUser(String user) |
public String getBrokerUrl()
public void setBrokerUrl(String brokerUrl)
public boolean isInMemory()
public void setInMemory(boolean inMemory)
public boolean isPooled()
public void setPooled(boolean pooled)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.