RabbitMQ delay retry with Dead Letter Exchange

https://github.com/chrislusf/seaweedfs/issues/1773

https://github.com/google/go-cloud/issues/2952
This commit is contained in:
Konstantin Lebedev
2021-02-03 21:32:30 +05:00
parent a331bbb3ae
commit 24ec17219b
5 changed files with 335 additions and 20 deletions

View File

@@ -56,4 +56,6 @@ services:
ports:
- 5672:5672
- 15671:15671
- 15672:15672
- 15672:15672
environment:
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: "-rabbit log_levels [{connection,error},{queue,debug}]"