Hi

Sadly no. Not all Java DSL has been ported to XML yet.
The issue is tracked in JIRA:
http://issues.apache.org/activemq/browse/CAMEL-122

Please use the JIRA to vote on tickets to be fixed.
We will use this as a hint what to focus on for the next release.

Med venlig hilsen
 
Claus Ibsen
......................................
Silverbullet
Skovsgårdsvænget 21
8362 Hørning
Tlf. +45 2962 7576
Web: www.silverbullet.dk
-----Original Message-----
From: pratibhaG [mailto:[EMAIL PROTECTED] 
Sent: 19. juni 2008 12:35
To: [email protected]
Subject: RE: How to convert DSL in XML?


Is it possible to have XML configuration for errorHandler? If it is, how can
I convert following in XML?
RouteBuilder builder = new RouteBuilder() {
    public void configure() {
       
errorHandler(deadLetterChannel("seda:errors").maximumRedeliveries(2).useExponentialBackOff());
        from("seda:a").to("seda:b");
    }
};

Pratibha
-- 
View this message in context: 
http://www.nabble.com/How-to-convert-DSL-in-XML--tp17400876s22882p18005752.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to