From: Cabbar Duzayak Date: November 3 2005 9:32am Subject: Queue implementation on MySQL List-Archive: http://lists.mysql.com/mysql/191194 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Can you please recommend an open-source, light-weight and more importantly RELIABLE point-to-point queue implementation, built on mysql? Something similar to Oracle's Advanced Queue? I don't need publish/subscribe or a priority-based point-to-point queue, just a simple one which provides a reliable way of enqueuing and dequeuing with LIFO... Thanks...