diff --git a/src/Publisher/QueuePublisher.php b/src/Publisher/QueuePublisher.php index 50eafa9..9df4119 100644 --- a/src/Publisher/QueuePublisher.php +++ b/src/Publisher/QueuePublisher.php @@ -59,7 +59,7 @@ public function push(string $queue, string $jobName, array $attributes = [], arr if (!isset($this->queues[$queue])) { throw new UnknownQueueException(sprintf( 'Queue "%s" is not mapped to an actual SQS queue URL. Did you make sure you have specified the - queue into the "zfr_eb_queue" config?', + queue into the "zfr_eb_worker" config?', $queue )); }