I want to be able to receive messages from an endpoint with an NMR address
say nmr:mynmraddress. 

Will the config below work fine? 


        <cxf:cxfEndpoint id="nauWebService" 
                address="http://www.fleettechltd.com/Service.asmx"; 
                wsdlURL="wsdl/Service.wsdl" 
                serviceName="nau:Service" 
                endpointName="nau:ServiceSoap12" 
                xmlns:nau="http://tempuri.org/";> 
        </cxf:cxfEndpoint> 
        

  <camelContext trace="true" xmlns="http://camel.apache.org/schema/spring";> 
    <camel:route> 
      <from uri="nmr:mynmraddress"/> 
      <to uri="cxf:bean:nauWebService"/> 
    </camel:route> 
  </camelContext> 


I am hoping it is possible to send message to the nmr:mynmraddress from
another bundle? 

Is this assumption correct? 

thnx
-- 
View this message in context: 
http://old.nabble.com/Receiving-messages-from-NMR-address-tp26606301p26606301.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to