You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/07/19 10:41:51 UTC

[jira] Created: (CAMEL-2963) dead letter channel - Should enforce the MEP to be InOnly

dead letter channel - Should enforce the MEP to be InOnly
---------------------------------------------------------

                 Key: CAMEL-2963
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2963
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.5.0


When a message is moved into DLQ the MEP should be enforced to be InOnly as we should not expect a reply. For example if using a JMS queue as DLQ. To avoid JmsProducer will expect a reply and wait for it, which never comes and then timeout after 20 sec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2963) dead letter channel - Should enforce the MEP to be InOnly

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2963.
--------------------------------

    Resolution: Fixed

trunk: 965414.

> dead letter channel - Should enforce the MEP to be InOnly
> ---------------------------------------------------------
>
>                 Key: CAMEL-2963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2963
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> When a message is moved into DLQ the MEP should be enforced to be InOnly as we should not expect a reply. For example if using a JMS queue as DLQ. To avoid JmsProducer will expect a reply and wait for it, which never comes and then timeout after 20 sec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.