Interface JMSConfigurationProperties


@ConfigurationProperties("micronaut.jms") public interface JMSConfigurationProperties
Generic configuration properties for global Micronaut JMS properties.

Existing properties include: - initialPoolSize: the default size of the JMSConnectionPool, SessionPool, and MessageProducerPool. - maxPoolSize: the maximum size of the JMSConnectionPool, SessionPool, and MessageProducerPool.

Since:
1.0.0
Author:
Elliott Pope