hiqdev/db2amqp

数据库通知到AMQP转发

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

This package is auto-updated.

Last update: 2024-09-18 14:34:07 UTC


README

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

使用方法

启动发布者

./vendor/bin/db2amqp db_channel amqp_exchange

发送消息

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