Interface ActiveMqClassicConfigurationProperties
@ConfigurationProperties("micronaut.jms.activemq.classic")
@Requires(property="micronaut.jms.activemq.classic.enabled",
value="true")
public interface ActiveMqClassicConfigurationProperties
Configuration properties for creating the ActiveMQ Classic
JMSConnectionFactory
.- Since:
- 1.0.0
- Author:
- Elliott Pope
- See Also:
-
Field Details
-
PREFIX
Prefix for ActiveMQ Classic JMS settings.- See Also:
-
-
Method Details
-
isEnabled
boolean isEnabled()Whether ActiveMQ Classic is active.- Returns:
- true to activate the ActiveMQ Classic JMS implementation
-
getConnectionString
The connection string to identify the broker URL, e.g. vm://localhost or tcp://my-activemq-cluster:61616.- Returns:
- the connection string
-
getUsername
The username.- Returns:
- the username
-
getPassword
The password.- Returns:
- the password
-