Configuration Reference

Version:4.0.0-SNAPSHOT

Micronaut Jms Activemq Artemis Config Properties

🔗
Table 1. Configuration Properties for ActiveMqArtemisConfigurationProperties
Property Type Description

micronaut.jms.activemq.artemis.enabled

boolean

Whether ActiveMQ Artemis is active.

micronaut.jms.activemq.artemis.connection-string

java.lang.String

The connection string to identify the broker URL, e.g. vm://localhost or tcp://my-activemq-cluster:61616.

micronaut.jms.activemq.artemis.username

java.lang.String

The username.

micronaut.jms.activemq.artemis.password

java.lang.String

The password.

Micronaut Jms Activemq Classic Config Properties

🔗
Table 2. Configuration Properties for ActiveMqClassicConfigurationProperties
Property Type Description

micronaut.jms.activemq.classic.enabled

boolean

Whether ActiveMQ Classic is active.

micronaut.jms.activemq.classic.connection-string

java.lang.String

The connection string to identify the broker URL, e.g. vm://localhost or tcp://my-activemq-cluster:61616.

micronaut.jms.activemq.classic.username

java.lang.String

The username.

micronaut.jms.activemq.classic.password

java.lang.String

The password.

Micronaut Jms Core Config Properties

🔗
Table 3. Configuration Properties for JMSConfigurationProperties
Property Type Description

micronaut.jms.initial-pool-size

java.lang.Integer

The initial size of the JMSConnectionPool, SessionPool, and MessageProducerPool.

micronaut.jms.max-pool-size

java.lang.Integer

The maximum size of the JMSConnectionPool, SessionPool, and MessageProducerPool.

Micronaut Jms Sqs Config Properties

🔗
Table 4. Configuration Properties for SqsConfigurationProperties
Property Type Description

micronaut.jms.sqs.enabled

boolean

Whether SQS is active.

micronaut.jms.sqs.number-of-messages-to-prefetch

java.lang.Integer

Number of messages to prefetch for better receive turnaround times.