Authored by zhaoqing

砍价

... ... @@ -12,7 +12,7 @@ import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service(value="collageActivityConsumer")
@Service(value="cutDownPriceActivityConsumer")
public class CutDownPriceActivityConsumer implements YhConsumer {
private static final Logger LOGGER = LoggerFactory.getLogger(CutDownPriceActivityConsumer.class);
... ...
... ... @@ -17,7 +17,7 @@ import org.springframework.stereotype.Service;
import java.util.List;
@Service(value="collageProductConsumer")
@Service(value="cutDownPriceProductConsumer")
public class CutDownPriceProductConsumer implements YhConsumer {
private static final Logger LOGGER = LoggerFactory.getLogger(CutDownPriceProductConsumer.class);
... ...
consumer:
- address: ${rabbit_common}
username: ${rabbit_common_user}
password: ${rabbit_common_password}
- address: 192.168.102.45:5672
username: yoho
password: yoho
consumers:
- class: com.yoho.product.syschronize.mq.consumer.CutDownPriceActivityConsumer
- class: com.yoho.dsf.mqapi.consumer.CutDownPriceActivityConsumer
topic: platform.cutDownPrice.activity
- class: com.yoho.product.syschronize.mq.consumer.CutDownPriceProductConsumer
- class: com.yoho.dsf.mqapi.consumer.CutDownPriceProductConsumer
topic: platform.cutDownPrice.product
producer:
- address: ${rabbit_common}
username: ${rabbit_common_user}
password: ${rabbit_common_password}
- address: 192.168.102.45:5672
username: yoho
password: yoho
producers:
- bean: producer1
\ No newline at end of file
... ...
... ... @@ -3,9 +3,9 @@ consumer:
username: ${rabbit_common_user}
password: ${rabbit_common_password}
consumers:
- class: com.yoho.product.syschronize.mq.consumer.CutDownPriceActivityConsumer
- class: com.yoho.dsf.mqapi.consumer.CutDownPriceActivityConsumer
topic: platform.cutDownPrice.activity
- class: com.yoho.product.syschronize.mq.consumer.CutDownPriceProductConsumer
- class: com.yoho.dsf.mqapi.consumer.CutDownPriceProductConsumer
topic: platform.cutDownPrice.product
... ...