Commit 23f48f28 authored by 赵啸非's avatar 赵啸非

修改文件存储路径

parent ab03413e
......@@ -55,9 +55,13 @@ public class TbRabbitMqConsumerTemplate<T extends TbQueueMsg> extends AbstractTb
}
@Override
protected List<GetResponse> doPoll(long durationInMillis) throws InterruptedException {
protected List<GetResponse> doPoll(long durationInMillis) {
try {
Thread.sleep(500);
} catch (InterruptedException e) {
e.printStackTrace();
}
List<GetResponse> result = queues.stream()
.map(queue -> {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment