Skip to content

Commit

Permalink
[Messenger] allow processing messages in batches
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 30, 2021
1 parent a8934a6 commit 8f729f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Transport/AmqpExtIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ public function testItReceivesSignals()
with stamps: [
"Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpReceivedStamp",
"Symfony\\Component\\Messenger\\Stamp\\ReceivedStamp",
"Symfony\\Component\\Messenger\\Stamp\\ConsumedByWorkerStamp"
"Symfony\\Component\\Messenger\\Stamp\\ConsumedByWorkerStamp",
"Symfony\\Component\\Messenger\\Stamp\\AckStamp"
]
Done.

Expand Down

0 comments on commit 8f729f5

Please sign in to comment.