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

[Simple Client] The simple client requires amqp-ext even if you use another brokers #386

Closed
cbonnissent opened this issue Mar 1, 2018 · 0 comments · Fixed by #389
Closed

Comments

@cbonnissent
Copy link

You need to install the amqp-ext broker (with the php extension for rabbit mq) if you want to use the client (even if you just want to use the fs broker).

The amq broker is auto registered in the buildContainerExtension https://github.com/php-enqueue/simple-client/blob/master/SimpleClient.php#L304

I have commented the registration and the SimpleClient seems to work well without

@cbonnissent cbonnissent changed the title [Simple Client] The simple client requires amqp-ext event if you use another brokers [Simple Client] The simple client requires amqp-ext even if you use another brokers Mar 1, 2018
@makasim makasim added the bug label Mar 1, 2018
@makasim makasim added the 0.8 label Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants