File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,17 @@ The client is distributed via [NuGet](https://www.nuget.org/packages/RabbitMQ.AM
24
24
- [x] Simple Publish messages
25
25
- [x] Implement backpressure (it is implemented with MaxInflightMessages ` MaxInFlight(2000). ` )
26
26
- [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
27
32
- [ ] Complete the consumer part with ` pause ` and ` unpause `
28
33
- [ ] Complete the binding/unbinding with the special characters
29
34
- [ ] Complete the queues/exchanges name with the special characters
30
35
- [ ] 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]
37
39
- [ ] Check the TODO in the code
38
40
You can’t perform that action at this time.
0 commit comments