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

Claus Ibsen commented on CAMEL-640:
-----------------------------------

Okay got something running now. 

How far should we go? 
The trace can be enabled with system properties and parameters to came:run etc. 
And set in spring XML as well.

What is sufficent for this delay interceptor? To set a fixed delay and 
enable/disable it? So we eventually need two attributes on camel context or 
will it clutter it to much? We could also just use one attribute for the fixed 
delay? Or a ref for a DelayPolicy where you can set the delay? But this 
requires a new spring bean as well for just setting 2000 for eg 2 sec.

> Delayer Interceptor
> -------------------
>
>                 Key: CAMEL-640
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-640
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: James Strachan
>            Assignee: Claus Ibsen
>             Fix For: 1.5.0
>
>
> Similar concept to the Debugger / Tracer - allow processing to be slowed down.
> e.g. force a 1 second sleep between each step in the routes, to show things 
> happening nice and slow - so you are not bombarded with a zillion lines of 
> logging output

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