[
https://issues.apache.org/jira/browse/ARTEMIS-4648?focusedWorklogId=907038&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-907038
]
ASF GitHub Bot logged work on ARTEMIS-4648:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Feb/24 00:02
Start Date: 27/Feb/24 00:02
Worklog Time Spent: 10m
Work Description: 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
Issue Time Tracking
-------------------
Worklog Id: (was: 907038)
Time Spent: 20m (was: 10m)
> Support typed properties on CLI producer
> ----------------------------------------
>
> Key: ARTEMIS-4648
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4648
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)