@ConfigurationProperties(prefix="spring.artemis") public class ArtemisProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ArtemisProperties.Embedded
Configuration for an embedded Artemis server.
|
Constructor and Description |
---|
ArtemisProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getBrokerUrl() |
ArtemisProperties.Embedded |
getEmbedded() |
ArtemisMode |
getMode() |
String |
getPassword() |
JmsPoolConnectionFactoryProperties |
getPool() |
String |
getUser() |
void |
setBrokerUrl(String brokerUrl) |
void |
setMode(ArtemisMode mode) |
void |
setPassword(String password) |
void |
setUser(String user) |
public ArtemisMode getMode()
public void setMode(ArtemisMode mode)
public String getBrokerUrl()
public void setBrokerUrl(String brokerUrl)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public ArtemisProperties.Embedded getEmbedded()
public JmsPoolConnectionFactoryProperties getPool()