You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #49734 [Messenger] Add a way to redispatch a message (fabpot)
This PR was merged into the 6.3 branch.
Discussion
----------
[Messenger] Add a way to redispatch a message
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | yes <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | n/a
| License | MIT
| Doc PR | -
This was part of the Scheduler PR, but was removed as it was controversial.
Instead of having it by default in Scheduler, I've made it generic in Messenger.
If one wants to use it with Scheduler, they can use this:
```php
new RedispatchMessage($msg, 'async');
```
Commits
-------
4c1dcfa [Messenger] Add a way to redispatch a message
0 commit comments