Skip to content

Commit

Permalink
Add new props
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed May 10, 2024
1 parent 7e8922a commit 4ecbd70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/reactive-commons-eda/4-configuration-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ 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
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
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}
Expand Down

0 comments on commit 4ecbd70

Please sign in to comment.