1.0.5 • Published 7 years ago
egg-rabbitmq v1.0.5
egg-rabbit
Install
$ npm i egg-rabbit --save
Usage
// {app_root}/config/plugin.js
exports.rabbit = {
enable: true,
package: 'egg-rabbit',
};
Configuration
// {app_root}/config/config.default.js
exports.rabbit = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.