summaryrefslogtreecommitdiff
path: root/plugins/jobs/drivers/amqp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jobs/drivers/amqp')
-rw-r--r--plugins/jobs/drivers/amqp/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jobs/drivers/amqp/config.go b/plugins/jobs/drivers/amqp/config.go
index c5e985a5..1ec089f1 100644
--- a/plugins/jobs/drivers/amqp/config.go
+++ b/plugins/jobs/drivers/amqp/config.go
@@ -3,9 +3,9 @@ package amqp
// pipeline rabbitmq info
const (
exchangeKey string = "exchange"
- exchangeType string = "exchange-type"
+ exchangeType string = "exchange_type"
queue string = "queue"
- routingKey string = "routing-key"
+ routingKey string = "routing_key"
prefetch string = "prefetch"
exclusive string = "exclusive"
priority string = "priority"