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 2016/10/18 21:16:58 UTC

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

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

ASF GitHub Bot commented on ARTEMIS-804:
----------------------------------------

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/848

    ARTEMIS-804 log ref when no DLA configured

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-804

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/848.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #848
    
----

----


> Log message id for dropped messages
> -----------------------------------
>
>                 Key: ARTEMIS-804
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-804
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 1.4.0
>            Reporter: Miroslav Novak
>            Assignee: Justin Bertram
>            Priority: Minor
>
> 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)