You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2008/06/26 17:15:00 UTC

[jira] Created: (CAMEL-640) Delayer

Delayer
-------

                 Key: CAMEL-640
                 URL: https://issues.apache.org/activemq/browse/CAMEL-640
             Project: Apache Camel
          Issue Type: Improvement
            Reporter: James Strachan
             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.


[jira] Resolved: (CAMEL-640) Delayer Interceptor

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

Claus Ibsen resolved CAMEL-640.
-------------------------------

    Resolution: Fixed

> 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
>
>         Attachments: sletmig.txt
>
>
> 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.


[jira] Commented: (CAMEL-640) Delayer Interceptor

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (CAMEL-640) Delayer Interceptor

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45797#action_45797 ] 

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

Committed this new feature. See attached file for usage. Will add the new page later to wiki, and also the release note should have a link to this one.

> 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
>
>         Attachments: sletmig.txt
>
>
> 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.


[jira] Updated: (CAMEL-640) Delayer Interceptor

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

Claus Ibsen updated CAMEL-640:
------------------------------

        Summary: Delayer Interceptor  (was: Delayer)
     Issue Type: New Feature  (was: Improvement)
    Component/s: camel-core

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


[jira] Commented: (CAMEL-640) Delayer Interceptor

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45785#action_45785 ] 

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

We already have a Delayer class. Should we create a new Delayer class in the interceptor package just as Debugger and Tracer?

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


[jira] Updated: (CAMEL-640) Delayer Interceptor

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

Claus Ibsen updated CAMEL-640:
------------------------------

    Attachment: sletmig.txt

Having trouble adding a new page on the wiki with the documentation for this new feature. Adding the file here.

> 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
>
>         Attachments: sletmig.txt
>
>
> 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.


[jira] Commented: (CAMEL-640) Delayer

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45781#action_45781 ] 

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

There is a delayer in the DSL. However what James suggest is a global delayer to slow everything down.

> Delayer
> -------
>
>                 Key: CAMEL-640
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-640
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: James Strachan
>             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.


[jira] Commented: (CAMEL-640) Delayer Interceptor

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45784#action_45784 ] 

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

wiki should be updated:
http://activemq.apache.org/camel/delayer.html
with a reference to set the global route delayer (this feature)

Maybe a new page depending how far we should be able to enable / configure this delayer.

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


[jira] Assigned: (CAMEL-640) Delayer

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

Claus Ibsen reassigned CAMEL-640:
---------------------------------

    Assignee: Claus Ibsen

> Delayer
> -------
>
>                 Key: CAMEL-640
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-640
>             Project: Apache Camel
>          Issue Type: Improvement
>          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.


[jira] Work started: (CAMEL-640) Delayer

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

Work on CAMEL-640 started by Claus Ibsen.

> Delayer
> -------
>
>                 Key: CAMEL-640
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-640
>             Project: Apache Camel
>          Issue Type: Improvement
>          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.