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
-
Field Details
-
PREFIX
Prefix for JMS settings.- See Also:
-
-
Method Details
-
getInitialPoolSize
- Returns:
- the initial size
-
getMaxPoolSize
- Returns:
- the maximum size
-