From 8f5a3f50c25ab826e380f9a56669a2ada686cb2d Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 23 Apr 2017 21:45:47 -0500 Subject: [PATCH] Another queue bridge --- intro.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/intro.rst b/intro.rst index 74e8d622f..860b59197 100644 --- a/intro.rst +++ b/intro.rst @@ -61,6 +61,7 @@ These are PostgreSQL bridges that propagate LISTEN/NOTIFY to external queues for * `matthewmueller/pg-bridge `_ - Amazon SNS * `aweber/pgsql-listen-exchange `_ - RabbitMQ * `SpiderOak/skeeter `_ - ZeroMQ +* `FGRibreau/postgresql-to-amqp `_ - AMQP Example Apps ------------