We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b243ea commit d39e7dbCopy full SHA for d39e7db
src/Symfony/Component/Messenger/CHANGELOG.md
@@ -5,14 +5,14 @@ CHANGELOG
5
---
6
7
* Add new `messenger:stats` command that return a list of transports with their "to be processed" message count.
8
+* Add possibility to configure exchange to exchange bindings in AMQP transport
9
10
6.1
11
12
13
* Add `SerializedMessageStamp` to avoid serializing a message when a retry occurs
14
* Automatically resolve handled message type when method different from `__invoke` is used as handler
15
* Allow `#[AsMessageHandler]` attribute on methods
- * Add possibility to configure exchange to exchange bindings in AMQP transport
16
17
6.0
18
0 commit comments