蛋兔
egg.js的Rabbitmq插件
安装
$ npm i egg-rabbitmqjs-保存
配置
多个实例
// {app_root}/config/config.default.js
exports . rabbitmq = {
clients : {
instance1 : {
url : 'amqp://localhost' ,
options : { } ,
exchange : {
name : "xxx" ,
type : "direct" ,
options : {
durable : true
} ,
1