@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() |
String |
getHost()
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of broker url
|
ArtemisMode |
getMode() |
String |
getPassword() |
JmsPoolConnectionFactoryProperties |
getPool() |
int |
getPort()
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of broker url
|
String |
getUser() |
void |
setBrokerUrl(String brokerUrl) |
void |
setHost(String host)
Deprecated.
|
void |
setMode(ArtemisMode mode) |
void |
setPassword(String password) |
void |
setPort(int port)
Deprecated.
|
void |
setUser(String user) |
public ArtemisMode getMode()
public void setMode(ArtemisMode mode)
public String getBrokerUrl()
public void setBrokerUrl(String brokerUrl)
@Deprecated @DeprecatedConfigurationProperty(replacement="spring.artemis.broker-url") public String getHost()
@Deprecated public void setHost(String host)
@Deprecated @DeprecatedConfigurationProperty(replacement="spring.artemis.broker-url") public int getPort()
@Deprecated public void setPort(int port)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public ArtemisProperties.Embedded getEmbedded()
public JmsPoolConnectionFactoryProperties getPool()