Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 735 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 735 Bytes

RabbitMQ Plugin for Redmine

This plugin is intended to provide basic integration with RabbitMQ , by sending notifications of updates to issues to a RabbitMQ.

Following actions will result in notifications to Jabber:

  • Create and update issues

Installation & Configuration

  • The RabbitMQ Notifications Plugin depends on the bunny. This can be installed with: $ gem install bunny
  • Then install the Plugin following the general Redmine plugin installation instructions.
  • Go to the Plugins section of the Administration page, select Configure.
  • On this page fill settings.
  • Restart your Redmine web servers (e.g. mongrel, thin, mod_rails).