hiqdev/db2amqp

DataBase notifications to AMQP forwarding

dev-master 2021-08-18 08:13 UTC

This package is auto-updated.

Last update: 2024-03-18 13:29:25 UTC


README

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"}')