[
https://issues.apache.org/jira/browse/ARTEMIS-4648?focusedWorklogId=907469&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-907469
]
ASF GitHub Bot logged work on ARTEMIS-4648:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 29/Feb/24 05:26
Start Date: 29/Feb/24 05:26
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4824:
URL: https://github.com/apache/activemq-artemis/pull/4824#discussion_r1507027552
##########
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 forgot to remove that.
Issue Time Tracking
-------------------
Worklog Id: (was: 907469)
Time Spent: 1.5h (was: 1h 20m)
> 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: 1.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)