Configuration Reference

Version:1.0.0.M3

Jms Activemq Classic Config Properties

🔗
Table 1. Configuration Properties for ActiveMqClassicConfigurationProperties
Property Type Description

micronaut.jms.activemq.classic.enabled

boolean

Whether ActiveMQ Classic is active.

@return true to activate the ActiveMQ Classic JMS implementation

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.

@return the connection string

micronaut.jms.activemq.classic.username

java.lang.String

The username.

@return the username

micronaut.jms.activemq.classic.password

java.lang.String

The password.

@return the password

Jms Core Config Properties

🔗
Table 2. Configuration Properties for JMSConfigurationProperties
Property Type Description

micronaut.jms.initial-pool-size

java.lang.Integer

The initial size of the JMSConnectionPool, SessionPool, and MessageProducerPool.

@return the initial size

micronaut.jms.max-pool-size

java.lang.Integer

The maximum size of the JMSConnectionPool, SessionPool, and MessageProducerPool.

@return the maximum size