[jira] Commented: (CAMEL-2558) Configurable cache size for ConsumerTemplate and ProducerTemplate

2010-04-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58685#action_58685 ] Claus Ibsen commented on CAMEL-2558: You can change the default size of 1000, to a custom

[jira] Commented: (CAMEL-2558) Configurable cache size for ConsumerTemplate and ProducerTemplate

2010-04-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58684#action_58684 ] Claus Ibsen commented on CAMEL-2558: You can now set a {{maximumCacheSize}} on those temp

[jira] Commented: (CAMEL-2558) Configurable cache size for ConsumerTemplate and ProducerTemplate

2010-04-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58683#action_58683 ] Claus Ibsen commented on CAMEL-2558: trunk: 931444. > Configurable cache size for Consu

[jira] Resolved: (CAMEL-2619) CamelContext - createProducerTemplate - let it return a started template

2010-04-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2619. Resolution: Fixed trunk: 931444. > CamelContext - createProducerTemplate - let it return a sta

[jira] Resolved: (CAMEL-2618) camel-cxf - Do not use ProducerTemplate internally to send to same destination

2010-04-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2618. - Resolution: Fixed Fix Version/s: 2.3.0 > camel-cxf - Do not use ProducerTemplate inter

[jira] Created: (CAMEL-2620) Preserve streaming behavior in camel-cxf PAYLOAD mode

2010-04-06 Thread William Tam (JIRA)
Preserve streaming behavior in camel-cxf PAYLOAD mode - Key: CAMEL-2620 URL: https://issues.apache.org/activemq/browse/CAMEL-2620 Project: Apache Camel Issue Type: Improvement Com

[jira] Commented: (CAMEL-2616) RedeliveryErrorHandler - Add option to let delayed Exchange be non blocked

2010-04-06 Thread Dragisa Krsmanovic (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58680#action_58680 ] Dragisa Krsmanovic commented on CAMEL-2616: --- Is this going to support transactions

FileComponent Camel 2.2

2010-04-06 Thread Nick Mitchell
Hi, We've been using the file component for a while with camel version 2.0, and it has successfully moved files into a sub directory called .camel once they have been processed. We are in the process of trying to upgrade to version 2.2 but are experiencing some issues. The problem we are finding

[jira] Reopened: (CAMEL-2613) CamelProxy - Add option to treat void methods as InOnly for fire and forget style messaging

2010-04-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reopened CAMEL-2613: Yeah the hidden of runtime exception might take people by surprise. Well its not hidden but the me

[jira] Commented: (CAMEL-2613) CamelProxy - Add option to treat void methods as InOnly for fire and forget style messaging

2010-04-06 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58676#action_58676 ] James Strachan commented on CAMEL-2613: --- my worry is really folks losing exceptions wit

[jira] Commented: (CAMEL-2614) Camel-cxf can't handle multi part message in PAYLOAD mode

2010-04-06 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58675#action_58675 ] William Tam commented on CAMEL-2614: @clause The commented line should have been removed

[jira] Commented: (CAMEL-2614) Camel-cxf can't handle multi part message in PAYLOAD mode

2010-04-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58674#action_58674 ] Claus Ibsen commented on CAMEL-2614: Great work. I wonder why you have commented out the

Re: Camel-cxf in PAYLOAD mode

2010-04-06 Thread Willem Jiang
Hi William, I'm +1 for this change, we should leverage more interceptors of CXF :) cheers, Willem William Tam wrote: We discussed in this mailing list that the camel-cxf component (in particularly, the PAYLOAD mode implementation) was unnecessarily complicated. Here is a quick update. Usin

[jira] Assigned: (CAMEL-2618) camel-cxf - Do not use ProducerTemplate internally to send to same destination

2010-04-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-2618: --- Assignee: Willem Jiang > camel-cxf - Do not use ProducerTemplate internally to send to sa

[jira] Created: (CAMEL-2619) CamelContext - createProducerTemplate - let it return a started template

2010-04-06 Thread Claus Ibsen (JIRA)
CamelContext - createProducerTemplate - let it return a started template Key: CAMEL-2619 URL: https://issues.apache.org/activemq/browse/CAMEL-2619 Project: Apache Camel

[jira] Created: (CAMEL-2618) camel-cxf - Do not use ProducerTemplate internally to send to same destination

2010-04-06 Thread Claus Ibsen (JIRA)
camel-cxf - Do not use ProducerTemplate internally to send to same destination -- Key: CAMEL-2618 URL: https://issues.apache.org/activemq/browse/CAMEL-2618 Project: Apache Cam

[jira] Created: (CAMEL-2617) CamelContext - Properties - Add a CamelContextPropertiesDefinition so we have type safe options

2010-04-06 Thread Claus Ibsen (JIRA)
CamelContext - Properties - Add a CamelContextPropertiesDefinition so we have type safe options --- Key: CAMEL-2617 URL: https://issues.apache.org/activemq/browse/CAMEL-26

[jira] Commented: (CAMEL-2558) Configurable cache size for ConsumerTemplate and ProducerTemplate

2010-04-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58670#action_58670 ] Claus Ibsen commented on CAMEL-2558: Its more work than at first sight. This would requi