You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/06/16 16:06:35 UTC

[jira] Created: (CAMEL-1720) StreamCache should be disabled by default - and add option to turn it on per route

StreamCache should be disabled by default - and add option to turn it on per route
----------------------------------------------------------------------------------

                 Key: CAMEL-1720
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1720
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.0-M2
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.0.0


We should disable the stream cache by default in Camel 2.0.

Then add options in Spring DSL and Java DSL to enable it on demand.
It can cause side effects of chaining the body type that can confuse end users.

If users are using streams then they need to add this option on the route.

ServiceMix will handle this in its servicemix-camel component when it gets upgraded to use Camel 2.0.

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


[jira] Resolved: (CAMEL-1720) StreamCache should be disabled by default - and add option to turn it on per route

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

Claus Ibsen resolved CAMEL-1720.
--------------------------------

    Resolution: Fixed

trunk: 787246.

Notice: StreamCache is now disabled by default. 

> StreamCache should be disabled by default - and add option to turn it on per route
> ----------------------------------------------------------------------------------
>
>                 Key: CAMEL-1720
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1720
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0-M2
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> We should disable the stream cache by default in Camel 2.0.
> Then add options in Spring DSL and Java DSL to enable it on demand.
> It can cause side effects of chaining the body type that can confuse end users.
> If users are using streams then they need to add this option on the route.
> ServiceMix will handle this in its servicemix-camel component when it gets upgraded to use Camel 2.0.

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