Skip to content

Commit 96a4c00

Browse files
Update README.md
1 parent a65afcd commit 96a4c00

File tree

1 file changed

+2
-2
lines changed
  • src/reliability/rabbitmq-backpressure

1 file changed

+2
-2
lines changed

src/reliability/rabbitmq-backpressure/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This solution is built with:
88

99
- .NET 6 minimal APIs;
1010
- C# `record` types;
11-
- Akka.NET v1.4 w/ Akka.Cluster;
11+
- Akka.NET v1.5 w/ Akka.Cluster;
1212
- [Akka.Streams.Amqp.RabbitMq](https://www.nuget.org/packages/Akka.Streams.Amqp.RabbitMq); and
1313
- [Akka.Hosting](https://github.com/akkadotnet/Akka.Hosting) - which minimizes the amount of configuration for Akka.NET to practically zero.
1414

@@ -131,4 +131,4 @@ ity = 8 } for product [88] - 11 total quantity ordered
131131

132132
That's an example of a message that had previously failed to be processed being successfully procesed.
133133

134-
If you turn off the `ReliableRabbitMQ.Producer` and let the consumer run it will eventually successfully process all previously queued messages and the queue will be empty.
134+
If you turn off the `ReliableRabbitMQ.Producer` and let the consumer run it will eventually successfully process all previously queued messages and the queue will be empty.

0 commit comments

Comments
 (0)