clebertsuconic commented on code in PR #4824:
URL: https://github.com/apache/activemq-artemis/pull/4824#discussion_r1503462284


##########
artemis-cli/src/test/java/org/apache/activemq/cli/test/CliProducerTest.java:
##########
@@ -54,9 +54,11 @@ public void tearDown() throws Exception {
       super.tearDown();
    }
 
-   private void produceMessages(String address, String message, int msgCount) 
throws Exception {
-      new Producer()
+   private Object produceMessages(String address, String message, int 
msgCount, String properties) throws Exception {
+      System.out.println(properties);

Review Comment:
   I wouldn't use System.out.println here.. would keep logger.debug



-- 
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: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to