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