[
https://issues.apache.org/jira/browse/ARTEMIS-4120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram resolved ARTEMIS-4120.
-------------------------------------
Fix Version/s: 2.28.0
Resolution: Fixed
> show labels for header field mqtt.qos.level
> -------------------------------------------
>
> Key: ARTEMIS-4120
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4120
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Web Console
> Affects Versions: 2.27.1
> Reporter: Erwin Dondorp
> Priority: Minor
> Fix For: 2.28.0
>
> Attachments: screenshot-3.png
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> in the message browser, several enumerated values are annotated with a label
> to make their meaning more clear.
> recently, I found that {{mqtt.qos.level}} was missing from that mechanism
> a PR is present to add a short description to the known values, as taken from
> https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.pdf (chapter 3.3.1.2
> "QoS"):
> * 0 --> "at most once"
> * 1 --> "at least once"
> * 2 --> "exactly once"
> Result:
> !screenshot-3.png!
> additionally, the decoder functions that were already present look very
> similar and are replaced by a single function. obviously the decoder for
> {{mqtt.qos.level}} will use that too
--
This message was sent by Atlassian Jira
(v8.20.10#820010)