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
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).
I have commented the registration and the SimpleClient seems to work well without
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: