Interface ActiveMqArtemisConfigurationProperties
@ConfigurationProperties("micronaut.jms.activemq.artemis")
@Requires(property="micronaut.jms.activemq.artemis.enabled",
value="true")
public interface ActiveMqArtemisConfigurationProperties
Configuration properties for creating the ActiveMQ Artemis
JMSConnectionFactory
.- Since:
- 1.0.0
- Author:
- Burt Beckwith
- See Also:
-
Field Details
-
PREFIX
Prefix for ActiveMQ Artemis JMS settings.- See Also:
-
-
Method Details
-
isEnabled
boolean isEnabled()Whether ActiveMQ Artemis is active.- Returns:
- true to activate the ActiveMQ Artemis 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
-