update product_price queue name
Showing
1 changed file
with
5 additions
and
5 deletions
@@ -111,11 +111,11 @@ | @@ -111,11 +111,11 @@ | ||
111 | <rabbit:listener queue-names="data_update_channel_product_4" ref="productMqListener4" /> | 111 | <rabbit:listener queue-names="data_update_channel_product_4" ref="productMqListener4" /> |
112 | 112 | ||
113 | <rabbit:listener queue-names="data_update_channel_productprice" ref="productPriceMqListener" /> | 113 | <rabbit:listener queue-names="data_update_channel_productprice" ref="productPriceMqListener" /> |
114 | - <rabbit:listener queue-names="data_update_channel_productprice0" ref="productPriceMqListener0" /> | ||
115 | - <rabbit:listener queue-names="data_update_channel_productprice1" ref="productPriceMqListener1" /> | ||
116 | - <rabbit:listener queue-names="data_update_channel_productprice2" ref="productPriceMqListener2" /> | ||
117 | - <rabbit:listener queue-names="data_update_channel_productprice3" ref="productPriceMqListener3" /> | ||
118 | - <rabbit:listener queue-names="data_update_channel_productprice4" ref="productPriceMqListener4" /> | 114 | + <rabbit:listener queue-names="data_update_channel_productprice_0" ref="productPriceMqListener0" /> |
115 | + <rabbit:listener queue-names="data_update_channel_productprice_1" ref="productPriceMqListener1" /> | ||
116 | + <rabbit:listener queue-names="data_update_channel_productprice_2" ref="productPriceMqListener2" /> | ||
117 | + <rabbit:listener queue-names="data_update_channel_productprice_3" ref="productPriceMqListener3" /> | ||
118 | + <rabbit:listener queue-names="data_update_channel_productprice_4" ref="productPriceMqListener4" /> | ||
119 | 119 | ||
120 | </rabbit:listener-container> | 120 | </rabbit:listener-container> |
121 | </beans> | 121 | </beans> |
-
Please register or login to post a comment