Skip to content

Commit 1e6f7e1

Browse files
committed
Update README [skip ci]
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 7e6efaf commit 1e6f7e1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ The client is distributed via [NuGet](https://www.nuget.org/packages/RabbitMQ.AM
2424
- [x] Simple Publish messages
2525
- [x] Implement backpressure (it is implemented with MaxInflightMessages `MaxInFlight(2000).`)
2626
- [x] Simple Consume messages
27+
- [x] Recovery connection on connection lost
28+
- [x] Recovery management on connection lost
29+
- [x] Recovery queues on connection lost
30+
- [x] Recovery publishers on connection lost
31+
- [x] Recovery consumers on connection lost
2732
- [ ] Complete the consumer part with `pause` and `unpause`
2833
- [ ] Complete the binding/unbinding with the special characters
2934
- [ ] Complete the queues/exchanges name with the special characters
3035
- [ ] Implement metrics ( See `System.Diagnostics.DiagnosticSource` [Link](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/metrics-instrumentation) )
31-
- [x] Recovery connection on connection lost
32-
- [x] Recovery management on connection lost
33-
- [x] Recovery queues on connection lost
34-
- [x] Recovery publisher on connection lost
35-
- [x] Recovery consumer on connection lost
36-
- [ ] Docker image to test in LRE
36+
- [ ] Recovery exchanges on connection lost
37+
- [ ] Recovery bindings on connection lost
38+
- [ ] Docker image to test in LRE [not mandatory]
3739
- [ ] Check the TODO in the code
3840

0 commit comments

Comments
 (0)