You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Gary Tully (Jira)" <ji...@apache.org> on 2021/10/19 10:53:00 UTC

[jira] [Commented] (ARTEMIS-3532) Management Console -> Browse Queue -> Show/Resend: message truncated

    [ https://issues.apache.org/jira/browse/ARTEMIS-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430469#comment-17430469 ] 

Gary Tully commented on ARTEMIS-3532:
-------------------------------------

this is interesting, it seems the resend is happening on the client, rather than on the broker. 

The truncating is intentional and the result of https://issues.apache.org/jira/browse/ARTEMIS-3175

however a resend, should not be operating with the truncated message which seems to be the case. It should be delegating to the server to resend the message from there!

> Management Console -> Browse Queue -> Show/Resend: message truncated
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-3532
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3532
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: 2.19.0
>         Environment: A' Artemis 2.19.0
> Linux Centos 7.9
>            Reporter: arne anka
>            Priority: Major
>         Attachments: Screenshot_20211019_115738.png
>
>
> Browse a queue, hit
> Show
> on a message.
> Message is XML, and has a size of ~14B, but the shown text of the message is only about 8 lines long and the hex part seems not to be much longer.
> Trying
> Resend
> causes a issue on the receiving end since the message is not only truncated but garbled as well (not even an XML snippet anymore but random bytes apparently)
> See attached screenshot for message properties.
>  
> Similar message in 2.17.0 (same environment) works as expected.
>  



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