$ npm i egg-aliyunmq --save
// {app_root}/config/plugin.js
exports.aliyunmq = {
enable: true,
package: 'egg-aliyunmq',
};
// {app_root}/config/config.default.js
exports.aliyunmq = {
};
see config/config.default.js for more detail.
Please open an issue here.