Configuration Reference
Version:5.0.0-SNAPSHOT
Micronaut Jms Activemq Artemis Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
Whether ActiveMQ Artemis is active. |
|
|
java.lang.String |
The connection string to identify the broker URL, e.g. vm://localhost or tcp://my-activemq-cluster:61616. |
|
|
java.lang.String |
The username. |
|
|
java.lang.String |
The password. |
Micronaut Jms Activemq Classic Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
Whether ActiveMQ Classic is active. |
|
|
java.lang.String |
The connection string to identify the broker URL, e.g. vm://localhost or tcp://my-activemq-cluster:61616. |
|
|
java.lang.String |
The username. |
|
|
java.lang.String |
The password. |
Micronaut Jms Core Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
java.lang.Integer |
The initial size of the JMSConnectionPool, SessionPool, and MessageProducerPool. |
1 |
|
java.lang.Integer |
The maximum size of the JMSConnectionPool, SessionPool, and MessageProducerPool. |
50 |
Micronaut Jms Sqs Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
Whether SQS is active. |
|
|
java.lang.Integer |
Number of messages to prefetch for better receive turnaround times. |
0 |