[ 
https://issues.apache.org/jira/browse/ARTEMIS-3091?focusedWorklogId=545421&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-545421
 ]

ASF GitHub Bot logged work on ARTEMIS-3091:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Feb/21 16:15
            Start Date: 01/Feb/21 16:15
    Worklog Time Spent: 10m 
      Work Description: brusdev commented on pull request #3425:
URL: https://github.com/apache/activemq-artemis/pull/3425#issuecomment-770973015


   @franz1981 thanks for the review. I have checked the bridge implementation 
with the AmqpBridgeClusterRedistributionTest. It copies the AMQPMessage before 
to forward it so it should be fine.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 545421)
    Time Spent: 20m  (was: 10m)

> Artemis CLI cannot export AMQP message headers from the journal
> ---------------------------------------------------------------
>
>                 Key: ARTEMIS-3091
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3091
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Domenico Francesco Bruscino
>            Assignee: Domenico Francesco Bruscino
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> "data exp" ignore most of the message properties and attributes that instead 
> are available with "consumer -data".
> - "data exp" output
> {code:xml}
>       <message id="2863" priority="4" expiration="0" timestamp="0" 
> type="text">
>          <properties>
>             <property name="_AMQ_ROUTING_TYPE" value="1" type="byte"/>
>             <property name="JMS_AMQP_ORIGINAL_ENCODING" value="5" 
> type="short"/>
>             <property name="_AMQ_ORIG_QUEUE" value="test" 
> type="simple-string"/>
>             <property name="_AMQ_ORIG_ADDRESS" value="test::test" 
> type="simple-string"/>
>             <property name="_AMQ_ORIG_MESSAGE_ID" value="2849" type="long"/>
>          </properties>
>          <queues>
>             <queue name="DLQ"/>
>          </queues>
>          <body>
>             <![CDATA[AQAAABh0AGUAcwB0ACAAbQBlAHMAcwBhAGcAZQA=]]>
>          </body>
>       </message>
> {code}
> - "consumer -data"
> {code:xml}
>  
> <message id="2863" priority="4" expiration="0" timestamp="1611845865326" 
> type="text" user-id="88ebdd34-617c-11eb-92b2-a4c3f095b4ec">
>   <properties>
>     <property name="JMS_AMQP_MA_x-opt-ORIG-MESSAGE-ID" value="2849" 
> type="long"/>
>     <property name="JMS_AMQP_MA_x-opt-ORIG-QUEUE" value="test" 
> type="simple-string"/>
>     <property name="JMS_AMQP_MA_x-opt-jms-dest" value="0" type="byte"/>
>     <property name="_AMQ_ROUTING_TYPE" value="1" type="byte"/>
>     <property name="JMS_AMQP_ORIGINAL_ENCODING" value="5" type="short"/>
>     <property name="JMS_AMQP_MA_x-opt-ORIG-ADDRESS" value="test::test" 
> type="simple-string"/>
>     <property name="testHeaderProperty" value="test header property value" 
> type="simple-string"/>
>     <property name="JMS_AMQP_HEADERDURABLE" value="true" type="boolean"/>
>     <property name="_AMQ_ORIG_MESSAGE_ID" value="2849" type="long"/>
>     <property name="JMS_AMQP_MA_x-opt-jms-msg-type" value="5" type="byte"/>
>     <property name="NATIVE_MESSAGE_ID" 
> value="ID:4b8a9e3b-5d78-434a-972c-4502c31a34c7:1:2:1-1" type="simple-string"/>
>     <property name="breadcrumbId" 
> value="ID-agagliar-remote-csb-1611845862983-0-1" type="simple-string"/>
>     <property name="_AMQ_ORIG_QUEUE" value="test" type="simple-string"/>
>     <property name="JMS_AMQP_HEADER" value="true" type="boolean"/>
>     <property name="firedTime" value="Thu Jan 28 15:57:45 CET 2021" 
> type="simple-string"/>
>     <property name="_AMQ_ORIG_ADDRESS" value="test::test" 
> type="simple-string"/>
>   </properties>
>   <body><![CDATA[test message]]></body>
> </message>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to