/db2amqp

DataBase notifications to AMQP forwarding

Primary LanguagePHP

DataBase notifications to AMQP forwarding

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality

Usage

Start publisher:

./vendor/bin/db2amqp db_channel amqp_exchange

Send message:

SELECT pg_notify('db_channel', '{"id": 123, "type": "bot,dns,update"}')