Skip to content

Transport is not enabled: amqp: #356

New issue

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

Closed
jhfyang opened this issue Feb 6, 2018 · 2 comments · Fixed by #358
Closed

Transport is not enabled: amqp: #356

jhfyang opened this issue Feb 6, 2018 · 2 comments · Fixed by #358
Labels

Comments

@jhfyang
Copy link

jhfyang commented Feb 6, 2018

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:

enqueue:
    transport:
        default: "amqp:"
    client: ~
@makasim
Copy link
Member

makasim commented Feb 6, 2018

This is a correct behavior and it is supposed to work. I think the bug is in that line

return false !== strpos($v, '://') || false !== strpos($v, 'env_') ?

I am going to fix it when I have time.

@makasim makasim added the bug label Feb 6, 2018
@jhfyang
Copy link
Author

jhfyang commented Feb 6, 2018

Thank you makasim for your reply!! Like you proposed me in PM

This was the solution:

enqueue:
    transport:
        default: amqp
        amqp: "amqp:"
    client: ~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants