Fix FMN queue name
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
6871f63bdf
commit
2d40bf9eae
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@ durable = true
|
|||
auto_delete = false
|
||||
arguments = {}
|
||||
|
||||
[queues.fmn]
|
||||
[queues."fmn{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
arguments = {}
|
||||
|
||||
[[bindings]]
|
||||
queue = "fmn"
|
||||
queue = "fmn{{ env_suffix }}"
|
||||
exchange = "amq.topic"
|
||||
routing_keys = ["#"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue