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

Willem Jiang commented on CAMEL-2393:
-------------------------------------

Hi Stan,

I just review you change , you don't have the unit test of cxfEndpoint, you can 
define it like this
{code}
<cxf:cxfEndpoint id="testEndpoint" address="http://localhost:9000/router";
    serviceClass="org.apache.camel.component.cxf.HelloService"
    endpointName="s:PortName"
    serviceName="s:ServiceName"
    xmlns:s="http://www.example.com/test";>
    <cxf:properties>
      <entry key="receiveTimeout" value="10000"/>
      <entry key="connectionTimeout" value="5000"/>
    </cxf:properties>
  </cxf:cxfEndpoint>
{code}

BTW, it will be great to support JMSConduit Qos as Ron said.

> Add a URL option to control the receive timeout and connection timeout for 
> camel-cxf
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2393
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2393
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Stan Lewis
>            Priority: Minor
>             Fix For: 2.2.0
>
>         Attachments: CAMEL-2303-patch.txt
>
>
> Currently to set these timeouts you've got to do some configuration in 
> spring, it'd be nice though to have some simple URL/cxfEndpoint options to 
> change the receive and connection timeout parameters for the CXF client.  
> Will be attaching a patch shortly and will also update the wiki if the patch 
> is accepted.

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