@ConfigurationProperties(value="micronaut.jms")
public interface JMSConfigurationProperties
Existing properties include:
- initialPoolSize: the default size of the JMSConnectionPool
,
SessionPool
, and MessageProducerPool
.
- maxPoolSize: the maximum size of the JMSConnectionPool
,
SessionPool
, and MessageProducerPool
.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX
Prefix for JMS settings.
|
Modifier and Type | Method and Description |
---|---|
@NotNull @Min(value=1L) java.lang.Integer |
getInitialPoolSize()
|
@NotNull @Min(value=1L) java.lang.Integer |
getMaxPoolSize()
|
static final java.lang.String PREFIX
@NotNull @Min(value=1L) @Bindable(defaultValue="1") @NotNull @Min(value=1L) java.lang.Integer getInitialPoolSize()
@NotNull @Min(value=1L) @Bindable(defaultValue="50") @NotNull @Min(value=1L) java.lang.Integer getMaxPoolSize()