You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/09/02 17:02:18 UTC

[GitHub] [activemq-artemis] jbertram opened a new pull request #3721: ARTEMIS-3457 log WARN for OpenWire property conversion problem

jbertram opened a new pull request #3721:
URL: https://github.com/apache/activemq-artemis/pull/3721


   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.


-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] clebertsuconic merged pull request #3721: ARTEMIS-3457 log WARN for OpenWire property conversion problem

Posted by GitBox <gi...@apache.org>.
clebertsuconic merged pull request #3721:
URL: https://github.com/apache/activemq-artemis/pull/3721


   


-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org