Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[docs] Symfony Bundle: be explicit about service tags with "enqueue:transport:consume" command #950
Labels
Comments
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docs for Symfony Bundle should be more explicit about extension tags when using different consume commands. I'm referring to https://php-enqueue.github.io/bundle/consumption_extension/#consumption-extension
When using the "enqueue:transport:consume" command a consumption extension needs to be registered with the tag
enqueue.transport.consumption_extension(while docs currently only mention the tagenqueue.consumption.extensionwhich seems to work only when used with the "enque:consume" command).Example