@ConfigurationProperties(value="micronaut.jms.sqs")
@Requires(property="micronaut.jms.sqs.enabled",
value="true")
public interface SqsConfigurationProperties
JMSConnectionFactory
.SqsConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX
Prefix for SQS JMS settings.
|
Modifier and Type | Method and Description |
---|---|
@NotNull @Min(value=0L) java.lang.Integer |
getNumberOfMessagesToPrefetch()
Number of messages to prefetch for better receive turnaround times.
|
boolean |
isEnabled()
Whether SQS is active.
|
static final java.lang.String PREFIX
boolean isEnabled()
@NotNull @Min(value=0L) @Bindable(defaultValue="0") @NotNull @Min(value=0L) java.lang.Integer getNumberOfMessagesToPrefetch()