You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Erwin Dondorp (Jira)" <ji...@apache.org> on 2021/11/14 22:03:00 UTC

[jira] [Created] (ARTEMIS-3570) additional decoding of some known message header fields

Erwin Dondorp created ARTEMIS-3570:
--------------------------------------

             Summary: additional decoding of some known message header fields
                 Key: ARTEMIS-3570
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3570
             Project: ActiveMQ Artemis
          Issue Type: Improvement
          Components: Web Console
    Affects Versions: 2.19.0
            Reporter: Erwin Dondorp


In the "Browse Queue" screen for a single message, the headers and properties are shown. Some of these entries have internal values that become much clearer when they are decoded.
* _AMQ_Binding_Type (visible on notification queues) with its values "local-queue", "remote-queue" and "divert"
* _AMQ_NotifTimestamp (as timestamp)
* extraProperties._AMQ_ACTUAL_EXPIRY (as timestamp; current value is a string, so decoding does not show as timestamp yet)
* messageAnnotations.x-opt-ACTUAL-EXPIRY (as timestamp)
* properties.creationTime (as timestamp)
some of these properties are only visible on expired messages (so usually on the ExpiryQueue)
there might be more such fields, but these are encountered in my situation

a PR is in preparation



--
This message was sent by Atlassian Jira
(v8.20.1#820001)