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

IronMq dependency removed from native QueueServiceProvider, Causing error on laravel v5.2 and onwards #13

Closed
psycodex opened this issue Feb 21, 2016 · 1 comment

Comments

@psycodex
Copy link

registerIronConnector function not present anymore in QueueServiceProvider class.

Request you to remove 'Iron' from array in registerConnectors in class GearmanServiceProvider class.

screenshot 2016-02-21 10 38 04

@pafelin
Copy link
Owner

pafelin commented Mar 11, 2016

Added.

Thanks for reporting it :)

The package was created when the latest version of laravel was 4.1 and I would recommend you to use another queue manager. Try RabbitMQ or Beanstalkd.

Gearman is awesome, but the driver for it for php isn't allowing you to use all Gearman features. Beanstalkd is my personal choice because it is simple and it has great monitoring tool.

@pafelin pafelin closed this as completed Mar 11, 2016
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

2 participants