Hi, Try below configuration,
<beans xmlns:jms="http://servicemix.apache.org/jms/1.0" xmlns:tutorial="urn:org:apache:servicemix:tutorial:camel" xmlns:amq="http://activemq.org/config/1.0"> <jms:provider service="tutorial:jms" endpoint="provider" destinationName="tutorial.camel.queue" connectionFactory="#connectionFactory" /> <jms:consumer service="tutorial:<b>dummyjms*" endpoint="consumer" destinationName="tutorial.camel.queue" connectionFactory="#connectionFactory" targetService="tutorial:*targetService*"* * targetEndpoint="consumer" /> <amq:connectionFactory id="connectionFactory" brokerURL="tcp://localhost:61616" /> </beans> ----- Thanks&Regards, Ramesh Babu.P -- View this message in context: http://servicemix.396122.n5.nabble.com/Error-Deploying-Camel-JMS-service-unit-tp5091951p5094122.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
