Justin Bertram created ARTEMIS-4407:
---------------------------------------
Summary: Add support for headers in CLI producer
Key: ARTEMIS-4407
URL: https://issues.apache.org/jira/browse/ARTEMIS-4407
Project: ActiveMQ Artemis
Issue Type: Improvement
Reporter: Justin Bertram
Assignee: Justin Bertram
It would be useful if the {{producer}} CLI command supported headers. This
could be done via simple JSON to specify a list of keys, values, and types,
e.g.:
{noformat}
[{"key":"key1","value":"value1","type":"type1"},{"key2","value2","type2"}]{noformat}
Supported types:
- {{boolean}}
- {{byte}}
- {{short}}
- {{int}}
- {{long}}
- {{float}}
- {{double}}
- {{string}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)