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

Claus Ibsen commented on CAMEL-769:
-----------------------------------

About the DLC interceptor thingy. It has borthered me a bit during debugging 
that the routes that is outputted nicely with toString in the debug inspector 
gets very long and a bit confusing because of the DLC adding the pipeline and 
what not.

I was wondering if there could be somekind of "feature" to surpress this from 
showing? Or is it to dangerous to not show it all? Maybe we need to discuss 
this on the dev forum instead of JIRA?

> Spring Camel Main should provide option to export all the RouteDefinitions as 
> XML to a file
> -------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-769
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-769
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: James Strachan
>            Assignee: Hadrian Zbarcea
>             Fix For: 1.5.0
>
>         Attachments: dumpRoutesToXml.patch
>
>
> e.g. 
> {code}
> java org.apache.camel.spring.Main -out foo.xml
> {code}
> Then once the CamelContext is created it grabs the getRouteDefintions() and 
> writes them to an XML file
> {code}
> <routes xmlns="...">
>   <route/> ...
> </routes>
> {code}
> This will then make it easy for tooling to visualise the routes

-- 
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