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 subversion and git services (Jira)" <ji...@apache.org> on 2021/09/03 20:52:00 UTC

[jira] [Commented] (ARTEMIS-3457) Log WARN for OpenWire property conversion problem

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

ASF subversion and git services commented on ARTEMIS-3457:
----------------------------------------------------------

Commit 13df6a8fb9522e53d875755be1d217ab3e260d65 in activemq-artemis's branch refs/heads/main from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=13df6a8 ]

ARTEMIS-3457 log WARN for OpenWire property conversion problem

While converting a core message to an OpenWire message there may be an
error processing a property value. Currently this results in an
exception and the message is not dispatched to the client. The broker
eventually attempts to redeliver this message resulting in the same
error. Instead of throwing an exception the broker should simply log a
WARN message and skip the property. This will allow clients to receive
the message without the problematic property and the broker will not
have to attempt to redeliver the message again.


> Log WARN for OpenWire property conversion problem
> -------------------------------------------------
>
>                 Key: ARTEMIS-3457
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3457
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




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