Authored by unknown

改配置

... ... @@ -2,6 +2,13 @@ consumer:
- address: ${rabbit_common_aws}
username: ${rabbit_common_aws_user}
password: ${rabbit_common_aws_password}
consumers:
- class: com.yoho.unions.server.mqconsumer.ArticlePushConsumer
topic: guang.article_push
- class: com.yoho.unions.server.mqconsumer.OrderPushConsumer
topic: union.order_push
- address: ${rabbit_common_qq}
username: ${rabbit_common_qq_user}
password: ${rabbit_common_qq_password}
... ...
... ... @@ -5,4 +5,3 @@ redis:
cleanMq:
addresses:
${rabbit.cacheclean.producer.host}
\ No newline at end of file
... ...