You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :Do you know what could be the cause ?
Thanks
The text was updated successfully, but these errors were encountered: