Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Sep 4, 2024
1 parent d808bd1 commit 8c174ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class Demo extends IOApp {
connectionTimeout = 3.seconds,
requeueOnNack = false,
requeueOnReject = false,
automaticTopologyRecovery = true,
internalQueueSize = Some(500)
)

Expand Down
1 change: 1 addition & 0 deletions site/docs/examples/client-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ object DropwizardMetricsDemo extends IOApp {
internalQueueSize = Some(500),
requestedHeartbeat = 60.seconds,
automaticRecovery = true,
automaticTopologyRecovery = true,
clientProvidedConnectionName = Some("app:rabbit")
)

Expand Down
1 change: 1 addition & 0 deletions site/docs/examples/sample-acker.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ object IOAckerConsumer extends IOApp {
internalQueueSize = Some(500),
requestedHeartbeat = 60.seconds,
automaticRecovery = true,
automaticTopologyRecovery = true,
clientProvidedConnectionName = Some("app:rabbit")
)

Expand Down
1 change: 1 addition & 0 deletions site/docs/examples/sample-autoack.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ At the edge of out program we define our effect, `monix.eval.Task` in this case,
// requeueOnReject = false,
// internalQueueSize = Some(500),
// requestedHeartbeat = 60,
// automaticTopologyRecovery = true,
// automaticRecovery = true
// )
//
Expand Down

0 comments on commit 8c174ec

Please sign in to comment.