Configuration Reference
Version:4.1.0
Micronaut Jms Activemq Artemis Config Properties
🔗Property | Type | Description |
---|---|---|
|
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 |
---|---|---|
|
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 |
---|---|---|
|
java.lang.Integer |
The initial size of the JMSConnectionPool, SessionPool, and MessageProducerPool. |
|
java.lang.Integer |
The maximum size of the JMSConnectionPool, SessionPool, and MessageProducerPool. |
Micronaut Jms Sqs Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether SQS is active. |
|
java.lang.Integer |
Number of messages to prefetch for better receive turnaround times. |