diff --git a/docs/docs/reactive-commons-eda/4-configuration-properties.md b/docs/docs/reactive-commons-eda/4-configuration-properties.md index f2cee6ea..0486a4f6 100644 --- a/docs/docs/reactive-commons-eda/4-configuration-properties.md +++ b/docs/docs/reactive-commons-eda/4-configuration-properties.md @@ -14,7 +14,7 @@ app: app: # this is the name of the default domain 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. maxRetries: 10 # max message retries, used when withDLQRetry is enabled - withDLQRetry: 1000 # interval for message retries, used when withDLQRetry is enabled + retryDelay: 1000 # interval for message retries, used when withDLQRetry is enabled listenReplies: true # if you will not use ReqReply patter you can set it to false 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. delayedCommands: false # Enable to send a delayed command to an external target @@ -22,6 +22,7 @@ app: flux: maxConcurrency: 250 # max concurrency of listener flow domain: + ignoreThisListener: false # Allows you to disable event listener for this specific domain events: exchange: domainEvents # you can change the exchange, but you should do it in all applications consistently eventsSuffix: subsEvents # events queue name suffix, name will be like ${spring.application.name}.${app.async.domain.events.eventsSuffix}