Skip to content

Queueing

⚠️ Documentation still under construction

You're seeing an early draft of the documentation that is still in the works. Give feedback to help us prioritize. We also welcome contributors to help out!

  • Common requirement to offload work from frontend to background workers
  • Major queue vendors supported already
    • BunnyPHP for AMQP (RabbitMQ)
    • Redis with blocking lists and streams
    • Experimental STOMP support for RabbitMQ, Apollo, ActiveMQ, etc.
  • Future optionally built-in queueing support with no external dependencies, but swappable