Authored by wangshusheng

mq迁移

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}
- address: ${rabbit_common}
username: ${rabbit_common_user}
password: ${rabbit_common_password}
consumers:
- class: com.yoho.unions.server.mqconsumer.ArticlePushConsumer
topic: guang.article_push
... ...
redis:
yohoNoSyncRedis :
servers:
- ${redis.union.readonly.proxy.address}:${redis.union.readonly.proxy.port}
auth: ${redis.union.readonly.proxy.auth}
\ No newline at end of file
- ${redis.union.readonly.proxy.address}:${redis.union.readonly.proxy.port}
\ No newline at end of file
... ...