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
94f5955c98
commit
c103036f7e
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/main/java/com/uas/ps/product/sync/MessageConsumer.java
+ 1
- 0
src/main/java/com/uas/ps/product/sync/MessageConsumer.java
View File
@@ -148,6 +148,7 @@ public class MessageConsumer {
}
}
}).start();
+ consumer.close();
}
}
}