@ConfigurationProperties(value="micronaut.jms.activemq.classic")
@Requires(property="micronaut.jms.activemq.classic.enabled",
value="true")
public interface ActiveMqClassicConfigurationProperties
JMSConnectionFactory
.ActiveMqClassicConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX
Prefix for ActiveMQ Classic JMS settings.
|
Modifier and Type | Method and Description |
---|---|
@NotBlank java.lang.String |
getConnectionString()
The connection string to identify the broker URL,
e.g.
|
java.lang.String |
getPassword()
The password.
|
java.lang.String |
getUsername()
The username.
|
boolean |
isEnabled()
Whether ActiveMQ Classic is active.
|
static final java.lang.String PREFIX
boolean isEnabled()
@NotBlank @NotBlank java.lang.String getConnectionString()
@Nullable java.lang.String getUsername()
@Nullable java.lang.String getPassword()