Skip to content

Commit bebac86

Browse files
author
palPalani
committed
FIxed queue name
1 parent 02462af commit bebac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sqs/Queue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function pop($queue = null)
7575

7676
try {
7777
$response = $this->sqs->receiveMessage([
78-
'QueueUrl' => $queueId,
78+
'QueueUrl' => $queue,
7979
'AttributeNames' => ['ApproximateReceiveCount'],
8080
'MaxNumberOfMessages' => $count,
8181
'MessageAttributeNames' => ['All'],

0 commit comments

Comments
 (0)