Skip to content

Commit

Permalink
Merge pull request #31 from michaelarnauts/logger-routing_key
Browse files Browse the repository at this point in the history
Correctly pass routingKey to Logger.
  • Loading branch information
mikemadisonweb committed Feb 19, 2018
2 parents 54b48c4 + feca167 commit 435f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Producer.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function publish($msgBody, string $exchangeName, string $routingKey = '',
$msg,
[
'exchange' => $exchangeName,
'routing_key' => $routingKey,
'routingKey' => $routingKey,
]
);
}
Expand Down

0 comments on commit 435f914

Please sign in to comment.