Skip to content

Commit 4ecbd70

Browse files
committed
Add new props
1 parent 7e8922a commit 4ecbd70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/reactive-commons-eda/4-configuration-properties.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ app:
1414
app: # this is the name of the default domain
1515
withDLQRetry: false # if you want to have dlq queues with retries you can set it to true, you cannot change it after queues are created, because you will get an error, so you should delete topology before the change.
1616
maxRetries: 10 # max message retries, used when withDLQRetry is enabled
17-
withDLQRetry: 1000 # interval for message retries, used when withDLQRetry is enabled
17+
retryDelay: 1000 # interval for message retries, used when withDLQRetry is enabled
1818
listenReplies: true # if you will not use ReqReply patter you can set it to false
1919
createTopology: true # if your organization have restricctions with automatic topology creation you can set it to false and create it manually or by your organization process.
2020
delayedCommands: false # Enable to send a delayed command to an external target
2121
prefetchCount: 250 # is the maximum number of in flight messages you can reduce it to process less concurrent messages, this settings acts per instance of your service
2222
flux:
2323
maxConcurrency: 250 # max concurrency of listener flow
2424
domain:
25+
ignoreThisListener: false # Allows you to disable event listener for this specific domain
2526
events:
2627
exchange: domainEvents # you can change the exchange, but you should do it in all applications consistently
2728
eventsSuffix: subsEvents # events queue name suffix, name will be like ${spring.application.name}.${app.async.domain.events.eventsSuffix}

0 commit comments

Comments
 (0)