Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.1.3, 5.18.6
-
None
Description
Right now a user can create a simple producer by running the activemq CLI
./activemq producer <options>
However it doesn't support the following:
- Setting the message priority (the broker will need to enable prioritized message support on those destinations)
- Setting the delay in delivery
- Setting disableMessageTimestamp
The scope of this ticket is to support those options on the producer command.