Micronaut JMS Configuration Reference
Every documented configuration property of Micronaut JMS, with types, descriptions, and defaults.
12 properties across 4 sections
Micronaut Jms Activemq Artemis Config Properties
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
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
Configuration properties for JMSConfigurationProperties
| Property | Type | Description | Default |
|---|---|---|---|
micronaut.jms.initial-pool-size | java.lang.Integer | The initial size of the JMSConnectionPool , SessionPool , and MessageProducerPool . | 1 |
micronaut.jms.max-pool-size | java.lang.Integer | The maximum size of the JMSConnectionPool , SessionPool , and MessageProducerPool . | 50 |
Micronaut Jms Sqs Config Properties
Configuration properties for SqsConfigurationProperties
| Property | Type | Description | Default |
|---|---|---|---|
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. | 0 |
No properties match this filter.