forked from the-distro/ofborg
Disable mandatory delivery for heartbeats
This commit is contained in:
parent
06ea8606d6
commit
0fa3906497
|
@ -19,7 +19,7 @@ impl PlasticHeartbeatWorker {
|
||||||
return worker::QueueMsg {
|
return worker::QueueMsg {
|
||||||
exchange: None,
|
exchange: None,
|
||||||
routing_key: Some(self.queue_name.clone()),
|
routing_key: Some(self.queue_name.clone()),
|
||||||
mandatory: true,
|
mandatory: false,
|
||||||
immediate: false,
|
immediate: false,
|
||||||
properties: None,
|
properties: None,
|
||||||
content: serde_json::to_string(&plasticheartbeat::PlasticHeartbeat {})
|
content: serde_json::to_string(&plasticheartbeat::PlasticHeartbeat {})
|
||||||
|
|
Loading…
Reference in a new issue