mirror of
https://github.com/symfony/messenger.git
synced 2026-03-23 23:52:14 +01:00
[Messenger] Add AmqpPriorityStamp for per-message priority on AMQP transport
This commit is contained in:
committed by
Nicolas Grekas
parent
b6e678f3a6
commit
0ca3038bf0
@@ -12,6 +12,7 @@ CHANGELOG
|
||||
* Add a `--fetch-size` option to the `messenger:consume` command to control how many messages are fetched per iteration
|
||||
* Add `MessageExecutionStrategyInterface` and `SyncMessageExecutionStrategy` to decouple message execution from the `Worker`
|
||||
* Allow configuring the service reset interval in the `messenger:consume` command via the `--no-reset` option
|
||||
* Add `AmqpPriorityStamp` to set per-message priority on the AMQP transport
|
||||
|
||||
8.0
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user