What are folks using for job/message queues in #PHP, these days?
Edit: I’m looking for PHP applications or libraries that provide a drop-in job queuing system that your existing code can use to register and manage jobs.
What are folks using for job/message queues in #PHP, these days?
Edit: I’m looking for PHP applications or libraries that provide a drop-in job queuing system that your existing code can use to register and manage jobs.
It may lose some easiness of configuration when outside of a Symfony app, but it's great and has all the bells and whistles. Also, there are drivers for all kinds of transports, and adapters for drivers from Enqueue too. I even wrote one for MongoDB.
Hi Ben
I'm pretty sure Ecotone, that I use, uses Enqueue:
https://github.com/php-enqueue
Maybe that could correspond to your needs 🙂
System can handle millions of messages over the time, just if we have more than 100k lines in DB, that could affect a little the perf 🙂
A space for Bonfire maintainers and contributors to communicate