[ 
https://issues.apache.org/activemq/browse/CAMEL-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54745#action_54745
 ] 

Claus Ibsen commented on CAMEL-2063:
------------------------------------

A bit more information.

When you configure a dead letter channel you can give it an endpoint URI.
{code}
deadLetterChannel("foobar")
{code}

What appears to be lacking is to validate this endpoint {foobar} when the route 
is started.

Instead what happens is that at runtime and on demand the endpoint is created 
and it fails. That is not good as the DLC should handle errors :)

> DeadLetterChannel - Should pre check the endpointUri is valid and report 
> failure on startup
> -------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2063
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2063
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Stan Lewis
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> If you misconfigure the DLC endpoint URI it will get created on demand and if 
> case of a problem its logged. We should pre check this on route startup so we 
> know the DLC queue works.

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

Reply via email to