Commit d9389226 authored by 赵啸非's avatar 赵啸非

添加前端页面

parent ff6ae83e
......@@ -55,7 +55,7 @@ public class TbRabbitMqConsumerTemplate<T extends TbQueueMsg> extends AbstractTb
.map(queue -> {
try {
AMQP.Queue.DeclareOk declareOk = channel.queueDeclarePassive(queue);
log.info("declareOk:{}",JSON.toJSONString(declareOk));
//log.info("declareOk:{}",JSON.toJSONString(declareOk));
GetResponse getResponse = channel.basicGet(queue, true);
return getResponse;
} catch (IOException e) {
......
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