Create a Yii Messenger package based on the Symfony Messenger package #496
Replies: 3 comments 6 replies
|
Claude's persepective: the Queue/transport parallel is a good observation, and it's true that yiisoft/yii-console already wraps symfony/console, so the ecosystem isn't allergic to Symfony components where it makes sense. |
|
@klsoft-web, it could be used directly if you want without any wrapper if I'm not mistaken. Btw., the queue is almost finished. Thanks again for your interfaces segregation idea. @rossaddison I can run Claude myself :), and it hallucinated quite significantly about scope. |
|
I ended up creating the klsoft/yii3-symfony-messenger package I had suggested. |
Uh oh!
There was an error while loading. Please reload this page.
The Symfony Messenger package is a robust, well-documented library for message queues.
The transport configuration has equivalents of the Yii Queue adapters.
Since the Yii3 console is based on the Symfony console, the Symfony Messenger commands can be integrated seamlessly.
This could be a good alternative to, or even a complete replacement for, the Yii Queue package.
These are the Symfony Messenger equivalents of the Yii Queue:
All reactions