You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/04/19 11:00:00 UTC

[jira] [Work logged] (ARTEMIS-3780) OpenWire messageConverter throws exceptions for all user properties

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

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

                Author: ASF GitHub Bot
            Created on: 19/Apr/22 10:59
            Start Date: 19/Apr/22 10:59
    Worklog Time Spent: 10m 
      Work Description: AntonRoskvist opened a new pull request, #4031:
URL: https://github.com/apache/activemq-artemis/pull/4031

   …es to avoid exception
   
   Converting to String beforehand to avoid exception.
   Shows some performance increase when running a producer/consumer pair sending and receiving 100k messages 5 times, alternating between setting 8 custom headers or not.
   
   Before:
   8 user properties: 
   Average: 64.236
   Each run: 68.30, 60.74, 62.86, 65.39, 63.89
   
   0 user properties: 
   Average: 54.862
   Each run: 53.55, 52.55, 56.24, 61.14, 50.83
   
   After:
   8 user properties: 
   Average: 52.944
   Each run: 49.48, 57.12, 53.84, 51.66, 52.62
   
   0 user properties: 
   Average: 52.1
   Each run: 50.45, 52.28, 50.23, 51.69, 55.85
   
   *Values in seconds




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

            Worklog Id:     (was: 758394)
    Remaining Estimate: 0h
            Time Spent: 10m

> OpenWire messageConverter throws exceptions for all user properties
> -------------------------------------------------------------------
>
>                 Key: ARTEMIS-3780
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3780
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Anton Roskvist
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> OpenWire messageConverter throws exceptions for all user defined properties on messages since they arrive with the type "UTF8Buffer" when running "putMsgProperties"



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