This website works better with JavaScript
Home
Explore
Help
Register
Sign In
usoft
/
ps-product
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
去除消费者关闭
wangyc
7 years ago
parent
c103036f7e
commit
f6d6f7e44f
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/main/java/com/uas/ps/product/sync/MessageConsumer.java
+ 0
- 1
src/main/java/com/uas/ps/product/sync/MessageConsumer.java
View File
@@ -148,7 +148,6 @@ public class MessageConsumer {
}
}
}).start();
- consumer.close();
}
}
}