hiqdev/db2amqp

DataBase notifications to AMQP forwarding

Maintainers

Package info

github.com/hiqdev/db2amqp

Forum

Wiki

Type:project

pkg:composer/hiqdev/db2amqp

Statistics

Installs: 13 145

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-18 17:54:43 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"}')