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: src/reliability/rabbitmq-backpressure/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This solution is built with:
8
8
9
9
- .NET 6 minimal APIs;
10
10
- C# `record` types;
11
-
- Akka.NET v1.4 w/ Akka.Cluster;
11
+
- Akka.NET v1.5 w/ Akka.Cluster;
12
12
-[Akka.Streams.Amqp.RabbitMq](https://www.nuget.org/packages/Akka.Streams.Amqp.RabbitMq); and
13
13
-[Akka.Hosting](https://github.com/akkadotnet/Akka.Hosting) - which minimizes the amount of configuration for Akka.NET to practically zero.
14
14
@@ -131,4 +131,4 @@ ity = 8 } for product [88] - 11 total quantity ordered
131
131
132
132
That's an example of a message that had previously failed to be processed being successfully procesed.
133
133
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