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