项目作者: gmr

项目描述 :
RabbitMQ plugin for AWS SNS interoperability
高级语言: Makefile
项目地址: git://github.com/gmr/rabbitmq-sns-plugin.git
创建时间: 2020-03-06T22:42:41Z
项目社区:https://github.com/gmr/rabbitmq-sns-plugin

开源协议:BSD 3-Clause "New" or "Revised" License

下载


RabbitMQ SNS Plugin

The RabbitMQ SNS plugin provides interoperation with AWS Simple Notification Service as both an HTTP(S) endpoint for
receiving SNS messages and an exchange for publishing messages to SNS.

Example of a received SNS notification

Received Notification

Configuration Options

Key Type or Valid Values Description
sns_plugin.notifications_enabled true, false Enable / Disable the /api/sns endpoint for receiving SNS notifications
sns_plugin.notifications_exchange string The exchange to publish received notifications from AWS to. Default: aws.sns.notifications