rabbitmq.yml 1.09 KB
consumer:
 -  address: 172.16.6.54:5672
    username: yoho
    password: yoho
    consumers:
          - class: com.yoho.yhmessage.inbox.mq.InBoxBatchMqListerner
            topic: msgcenter.inner.inbox

          - class: com.yoho.yhmessage.sms.consumer.MsgCenterSmsByMobileMqListener
            topic: msgcenter.inner.sms.bymobile

          - class: com.yoho.yhmessage.sms.consumer.MsgCenterSmsByUidMqListener
            topic: msgcenter.inner.sms.byuid

          - class: com.yoho.yhmessage.wechat.consumer.MsgCenterWechatMqListener
            topic: msgcenter.inner.wechat

          - class: com.yoho.yhmessage.wechat.consumer.MiniMsgSendConsumer
            topic: msgcenter.inner.mini

          - class: com.yoho.yhmessage.wechat.consumer.WechatCustomMsgConsumer
            topic: msgcenter.inner.wechatCustom


producer:
    -   address: 172.16.6.54:5672
        username: yoho
        password: yoho
        producers:
                  - bean: yhProducer
                    async:  true
                    trace:  false
                    confirm:  true
                    persistent:  false