Micronaut JMS Configuration Reference

Every documented configuration property of Micronaut JMS, with types, descriptions, and defaults.

Micronaut JMS documentation

12 properties across 4 sections

Micronaut Jms Activemq Artemis Config Properties

Configuration properties for ActiveMqArtemisConfigurationProperties

PropertyTypeDescription
micronaut.jms.activemq.artemis.enabledbooleanWhether ActiveMQ Artemis is active.
micronaut.jms.activemq.artemis.connection-stringjava.lang.StringThe connection string to identify the broker URL, e.g. vm://localhost or tcp://my-activemq-cluster:61616.
micronaut.jms.activemq.artemis.usernamejava.lang.StringThe username.
micronaut.jms.activemq.artemis.passwordjava.lang.StringThe password.

Micronaut Jms Activemq Classic Config Properties

Configuration properties for ActiveMqClassicConfigurationProperties

PropertyTypeDescription
micronaut.jms.activemq.classic.enabledbooleanWhether ActiveMQ Classic is active.
micronaut.jms.activemq.classic.connection-stringjava.lang.StringThe connection string to identify the broker URL, e.g. vm://localhost or tcp://my-activemq-cluster:61616.
micronaut.jms.activemq.classic.usernamejava.lang.StringThe username.
micronaut.jms.activemq.classic.passwordjava.lang.StringThe password.

Micronaut Jms Core Config Properties

Configuration properties for JMSConfigurationProperties

PropertyTypeDescriptionDefault
micronaut.jms.initial-pool-sizejava.lang.IntegerThe initial size of the JMSConnectionPool , SessionPool , and MessageProducerPool .1
micronaut.jms.max-pool-sizejava.lang.IntegerThe maximum size of the JMSConnectionPool , SessionPool , and MessageProducerPool .50

Micronaut Jms Sqs Config Properties

Configuration properties for SqsConfigurationProperties

PropertyTypeDescriptionDefault
micronaut.jms.sqs.enabledbooleanWhether SQS is active.
micronaut.jms.sqs.number-of-messages-to-prefetchjava.lang.IntegerNumber of messages to prefetch for better receive turnaround times.0