解决错误信息

This commit is contained in:
2021-11-27 19:32:47 +08:00
parent 3eb5625335
commit 5c260571d0

View File

@@ -28,7 +28,7 @@ public class Consumer {
Channel channel = connection.createChannel(); Channel channel = connection.createChannel();
DeliverCallback deliverCallback = (coustomerTag, message) -> { DeliverCallback deliverCallback = (coustomerTag, message) -> {
System.out.println(new String(message.getBody())q); System.out.println(new String(message.getBody()));
}; };
CancelCallback cancelCallback = (coustomerTag) -> { CancelCallback cancelCallback = (coustomerTag) -> {