summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/jobs/drivers/amqp/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jobs/drivers/amqp/config.go b/plugins/jobs/drivers/amqp/config.go
index 2a1aed20..37f5c1c4 100644
--- a/plugins/jobs/drivers/amqp/config.go
+++ b/plugins/jobs/drivers/amqp/config.go
@@ -43,7 +43,7 @@ func (c *Config) InitDefault() {
}
if c.Exchange == "" {
- c.Exchange = "default"
+ c.Exchange = "amqp.default"
}
if c.Prefetch == 0 {