...
|
...
|
@@ -21,7 +21,7 @@ consumer: |
|
|
- class: com.yohoufo.order.mq.consumer.SellerOrderCancelDeliverDelayMsgConsumer
|
|
|
topic: sellerOrder.autoCancelDeliver
|
|
|
delay:
|
|
|
interval: 2160
|
|
|
interval: 10
|
|
|
|
|
|
#order.notPaidNotice
|
|
|
- class: com.yohoufo.order.mq.consumer.NotPaidNoticeDelayMsgConsumer
|
...
|
...
|
@@ -32,7 +32,7 @@ consumer: |
|
|
- class: com.yohoufo.order.mq.consumer.NotDeliverNoticeDelayMsgConsumer
|
|
|
topic: order.notDeliver
|
|
|
delay:
|
|
|
interval: 1440
|
|
|
interval: 5
|
|
|
|
|
|
|
|
|
- address: ${rabbit_ufo}
|
...
|
...
|
|