diff --git a/internal/config/notify/legacy.go b/internal/config/notify/legacy.go index 778b01c16..75d0b14be 100644 --- a/internal/config/notify/legacy.go +++ b/internal/config/notify/legacy.go @@ -134,6 +134,10 @@ func SetNotifyAMQP(s config.Config, amqpName string, cfg target.AMQPArgs) error Key: target.AmqpQueue, Value: cfg.Queue, }, + config.KV{ + Key: target.AmqpQueueType, + Value: cfg.QueueType, + }, config.KV{ Key: target.AmqpTLSSkipVerify, Value: config.FormatBool(cfg.TLS.SkipVerify),