Skip to content
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

"amqp" is not supported. Supported "null" #3

Closed
Lukashab opened this issue May 13, 2018 · 3 comments
Closed

"amqp" is not supported. Supported "null" #3

Lukashab opened this issue May 13, 2018 · 3 comments

Comments

@Lukashab
Copy link

Lukashab commented May 13, 2018

Hi, I tried to integrate messenger-adapter to work with my symfony/messenger component. I set up everything according to documentation. I have rabbitmq running on DSN : amqp://rabbit:rabbit@devel_rabbit:5672/%2f so I defined it as ENQUEUE_DSN in .env file.

The problem is, whenever I run bin/console messenger:consume-messages amqp following exception appears :

[LogicException]                                      
  The scheme "amqp" is not supported. Supported "null" 

Do you know what could be the cause ?
Thanks

@makasim
Copy link
Contributor

makasim commented May 13, 2018

Try installing one of the amqp transports for example

Composer req enqueue/amqp-bunny

@Lukashab
Copy link
Author

It solved a problem for me.
Thanks a lot :)

@sroze
Copy link
Owner

sroze commented May 13, 2018

Great to hear. Closing then :)

@sroze sroze closed this as completed May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants