rule-node-config.advanced-settings
{{'rule-node-config.max-pending-msgs' | translate}}
@if (deduplicationConfigForm.get('maxPendingMsgs').hasError('required')) {
{{'rule-node-config.max-pending-msgs-required' | translate}}
}
@if (deduplicationConfigForm.get('maxPendingMsgs').hasError('max')) {
{{'rule-node-config.max-pending-msgs-max-error' | translate}}
}
@if (deduplicationConfigForm.get('maxPendingMsgs').hasError('min')) {
{{'rule-node-config.max-pending-msgs-min-error' | translate}}
}
help
{{'rule-node-config.max-retries' | translate}}
@if (deduplicationConfigForm.get('maxRetries').hasError('required')) {
{{'rule-node-config.max-retries-required' | translate}}
}
@if (deduplicationConfigForm.get('maxRetries').hasError('max')) {
{{'rule-node-config.max-retries-max-error' | translate}}
}
@if (deduplicationConfigForm.get('maxRetries').hasError('min')) {
{{'rule-node-config.max-retries-min-error' | translate}}
}
help