We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I have installed enqueue as told in the documentation, however I get this error.
Here is my config file:
enqueue: transport: default: "amqp:" client: ~
The text was updated successfully, but these errors were encountered:
This is a correct behavior and it is supposed to work. I think the bug is in that line
enqueue-dev/pkg/enqueue/Symfony/DefaultTransportFactory.php
Line 61 in a4122cd
Sorry, something went wrong.
Thank you makasim for your reply!! Like you proposed me in PM
This was the solution:
enqueue: transport: default: amqp amqp: "amqp:" client: ~
Successfully merging a pull request may close this issue.
Hello, I have installed enqueue as told in the documentation, however I get this error.
(1/1) LogicException
Transport is not enabled: amqp:
Here is my config file:
The text was updated successfully, but these errors were encountered: