I keep getting could not find route for exchange inOnly

It has something to do with this

from("timer://tutorial?fixedRate=true&delay=3000&period=10000")             
            .setBody(constant("<message>Hello world!</message>"))               
         
            .to("jbi:endpoint:http://barnes/test/jms/provider";); 

where this is the jms

 xmlns:test="http://barnes/test";
       xmlns:amq="http://activemq.org/config/1.0";>

    <jms:provider service="test:jms"
                  endpoint="provider" 
                  destinationName="test.queue"
                  connectionFactory="#connectionFactory"/>

    <jms:consumer service="test:jms"
        endpoint="consumer"
        destinationName="test.queue"
        connectionFactory="#connectionFactory"
        marshaler="#marshaler"
        targetService="test:beanService"
        targetEndpoint="beanPoint"  />

    <bean id="marshaler"
class="org.apache.servicemix.jms.endpoints.DefaultConsumerMarshaler">
        <property name="mep" value="http://www.w3.org/2004/08/wsdl/in-out"; />
    </bean>
-- 
View this message in context: 
http://www.nabble.com/Servicemix-Bean-camel-jms-little-help-tp25257646p25261628.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to