You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Miroslav Novak (JIRA)" <ji...@apache.org> on 2016/10/17 13:05:58 UTC

[jira] [Created] (ARTEMIS-804) Log message id for dropped messages

Miroslav Novak created ARTEMIS-804:
--------------------------------------

             Summary: Log message id for dropped messages
                 Key: ARTEMIS-804
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-804
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
    Affects Versions: 1.4.0
            Reporter: Miroslav Novak


If no dead letter address is configured then message is dropped when max delivery attempts is reached. In this case warning like:
{code}
 17:12:09,202 WARN  [org.apache.activemq.artemis.core.server] (Thread-23 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@7e65de0f-1736233410)) AMQ222150: Message has exceeded max delivery attempts. No Dead Letter Address configured for queue jms.queue.InQueue so dropping it
{code}

is logged. This warning should also contain message id of the dropped message.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)