Skip to content

Listen to amqp events and redirect messages to instant messaging system

Notifications You must be signed in to change notification settings

gtrias/amqp-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amqp-notifier

This bot will send messages to Telegram and Slack when a rabbitmq event is triggered, it uses nunjucks template defined in exchange configuration to show a comprehensive message to the receiver.

Running

Using docker

docker run -e NODE_CONFIG='{}' -ti gtrias/amqp-notifier

Using native nodejs

(Edit your config/default.json)

npm install
npm start

Configuration

Check out config/default.json file to see all configurable fields

Exchanges configuration example:

        "exchanges": [
            {
                "name": "whatever.created",
                "template": "your exchange nunjucks template {{ some.amqp.msg.field }}"
            }
        ]

About

Listen to amqp events and redirect messages to instant messaging system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published