clebertsuconic commented on code in PR #4704:
URL: https://github.com/apache/activemq-artemis/pull/4704#discussion_r1417371914
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt5/MQTT5Test.java:
##########
@@ -70,7 +75,7 @@ public void testSimpleSendReceive() throws Exception {
subscriber.setCallback(new DefaultMqttCallback() {
@Override
public void messageArrived(String topic, MqttMessage message) {
- System.out.println("Message received from " + topic + ": " +
message);
+ logger.info("Message received from topic {}, message={}", topic,
message);
Review Comment:
@jbertram I think you meant this as the compilation fix?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]