This document discusses various approaches for implementing message queueing in web applications. It describes using a message queue to decouple producers and consumers, improving load handling and allowing more pages to be served quicker. Common solutions discussed include using Gearman, STOMP, and AMQP. Gearman is recommended for simple job queueing, while STOMP provides a simple tried and tested jobs solution. AMQP offers more flexibility but has fewer proven Perl implementations.