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
|
auto_delete = false
|
||||||
arguments = {}
|
arguments = {}
|
||||||
|
|
||||||
[queues.fmn]
|
[queues."fmn{{ env_suffix }}"]
|
||||||
durable = true
|
durable = true
|
||||||
auto_delete = false
|
auto_delete = false
|
||||||
exclusive = false
|
exclusive = false
|
||||||
arguments = {}
|
arguments = {}
|
||||||
|
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
queue = "fmn"
|
queue = "fmn{{ env_suffix }}"
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = ["#"]
|
routing_keys = ["#"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue