Skip to content

Commit

Permalink
将producer查询consumer消息状态从RPC转为消息,实现解耦
Browse files Browse the repository at this point in the history
  • Loading branch information
songxinjianqwe committed Mar 27, 2018
1 parent 8a144a0 commit a2c2916
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions order-service/src/main/resources/dubbo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
<!--公开的-->
<dubbo:service interface="cn.sinjinsong.eshop.service.order.OrderService" version="1.0.0"
ref="orderService"/>
<dubbo:service interface="cn.sinjinsong.eshop.service.message.ConsumerTransactionMessageService" version="1.0.0"
ref="consumerTransactionMessageService"/>

<!--引用的,因为有循环依赖,所以关闭开启时检查-->
<dubbo:reference id="userService" interface="cn.sinjinsong.eshop.service.user.UserService" version="1.0.0" check="false"/>
<dubbo:reference id="productService" interface="cn.sinjinsong.eshop.service.product.ProductService" version="1.0.0" check="false"/>
Expand Down

0 comments on commit a2c2916

Please sign in to comment.