Skip to content

Commit

Permalink
Fix delivery-mode message header
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenJB committed Jul 16, 2024
1 parent 0f8ce19 commit c15f45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rabbit/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Queue implements QueueInterface
* @var array<string,int|string>
*/
protected array $messageHeaders = [
"deliver-mode" => 2,
"delivery-mode" => 2,
];

protected ?string $correlationId = null;
Expand Down

0 comments on commit c15f45d

Please sign in to comment.