You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/02/28 12:44:45 UTC

[jira] [Resolved] (CAMEL-4575) Persistant Dead Letter Channel to avoid memory consumption between retries

     [ https://issues.apache.org/jira/browse/CAMEL-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-4575.
--------------------------------
    Resolution: Won't Fix

> Persistant Dead Letter Channel to avoid memory consumption between retries
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-4575
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4575
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 3.0.0, Future
>
>
> When using a DeadLetterChannel, the messages are stored in memory between the retries (redeliveries). They are flushed from the memory only when we get the maximumRedeliveries value.
> It means that we can have an important memory consumption, because the messages are memory resident for a long time when:
> - if we have an important maximumRedeliveries, especially if we have -1
> - if we have an important redeliveryDelay
> I propose to create a PersistentDeadLetterChannel, working like the DeadLetterChannel, but, between redeliveries, the messages are flushed to a persistent store (filesystem, JMQ queue, JDBC, ...).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)