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

Document missing support for multiple queues #470

Merged

Conversation

mortenhauberg
Copy link
Contributor

While trying to figure out why I couldn't consume from multiple queues when using php artisan rabbitmq:consume I found #318 (comment), saying that there will be no support for this.

These changes will, hopefully, spare others from the archaeological work I had to do.

@M-Porter
Copy link
Collaborator

Thanks for the callout @mortenhauberg. Do you think it is also worth adding that if you must consume multiple queues, that you should use the build-in laravel php artisan queue:work command?

@M-Porter M-Porter self-assigned this Jan 26, 2023
@mortenhauberg
Copy link
Contributor Author

Thanks for the callout @mortenhauberg. Do you think it is also worth adding that if you must consume multiple queues, that you should use the build-in laravel php artisan queue:work command?

Sure thing. I've added a note to the readme. Let me know if you want it phrased differently

@M-Porter M-Porter merged commit 33b7c83 into vyuldashev:master Jul 10, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants