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
- 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).