You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/reactive-commons/configuration_properties/1-rabbitmq.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ app:
20
20
listenReplies: null # Allows true or false values. If you're using the ReqReply pattern, set it to true. If you don't, set it to false.
21
21
createTopology: true # if your organization have restrictions with automatic topology creation you can set it to false and create it manually or by your organization process.
22
22
delayedCommands: false # Enable to send a delayed command to an external target
23
-
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
23
+
prefetchCount: 250# is the maximum number of in flight messages you can reduce it to process less concurrent messages, this setting acts per instance of your service
24
24
useDiscardNotifierPerDomain: false # if true it uses a discard notifier for each domain,when false it uses a single discard notifier for all domains with default 'app' domain
25
25
enabled: true # if you want to disable this domain you can set it to false
26
26
mandatory: false # if you want to enable mandatory messages, you can set it to true, this will throw an exception if the message cannot be routed to any queue
0 commit comments