aliyun-mns.xml
2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<client>
<queues>
<!-- 券发行 -->
<queue name="auto-issue-coupon-queue" thread="1">
<listener class="cn.runsa.crmapp.coupon.open.auto.msg.AutoIssueCoupon" msgType="cn.runsa.crmapp.coupon.open.auto.entity.CouponRuleMsg"></listener>
</queue>
<!-- 券修改 -->
<queue name="auto-update-coupon-type-queue" thread="1">
<listener class="cn.runsa.crmapp.coupon.open.auto.msg.AutoUpdateCoupon" msgType="cn.runsa.crmapp.coupon.open.auto.entity.CouponRuleMsg"></listener>
</queue>
<!-- 券发放 -->
<queue name="Auto-Coupon-Notice-To-Crm" thread="1">
<listener class="cn.runsa.crmapp.coupon.open.auto.msg.AutoDeliveryCoupon" msgType="cn.runsa.crmapp.coupon.open.auto.entity.CouponIssueMsg"></listener>
</queue>
<!-- 券使用 -->
<queue name="auto-verification-coupon-queue" thread="1">
<listener class="cn.runsa.crmapp.coupon.open.auto.msg.AutoVerificationCoupon" msgType="cn.runsa.crmapp.coupon.open.auto.entity.CouponUseMsg"></listener>
</queue>
<!-- 会员注册 -->
<queue name="auto-registration-queue" thread="1">
<listener class="cn.runsa.crmapp.customer.open.auto.msg.AutoCustomerRegisterListener" msgType="cn.runsa.crmapp.customer.open.auto.vo.MemberInfo"></listener>
</queue>
<!-- 会员修改信息 -->
<queue name="auto-update-member-queue" thread="1">
<listener class="cn.runsa.crmapp.customer.open.auto.msg.AutoCustomerModifyListener" msgType="cn.runsa.crmapp.customer.open.auto.vo.MemberInfo"></listener>
</queue>
<!-- 会员行为 -->
<queue name="auto-behavior-queue" thread="1">
<listener class="cn.runsa.crmapp.customer.open.auto.msg.AutoCustomerBehaverListener" msgType="cn.runsa.crmapp.customer.entity.CustomerBehave"></listener>
</queue>
<!-- 车辆 -->
<queue name="auto-car-notice-queue" thread="1">
<listener class="cn.runsa.crmapp.goods.open.auto.msg.AutoCustomerCarListener" msgType="cn.runsa.crmapp.goods.open.auto.vo.AutoCustomerCar"></listener>
</queue>
<!-- 交易 -->
<queue name="auto-order-settle-record-queue" thread="1">
<listener class="cn.runsa.crmapp.order.open.auto.msg.AutoSalesOrderListener" msgType="cn.runsa.crmapp.order.open.auto.vo.AutoSalesOrder"></listener>
</queue>
</queues>
<queueAlias>
<!-- <alias inner="events" ref="CRM"/> -->
</queueAlias>
</client>