Hi

Do as the exception tells you. Check route 2. You route from
"Inbound.SSS.TestEvent". And that is now know to Camel.

Maybe you need to add "activemq:" as prefix so its
"activemq:Inbound.SSS.TestEvent".


On Fri, Mar 29, 2013 at 7:01 PM, prabumc...@gmail.com
<prabumc...@gmail.com> wrote:
>
> I have activemmq  Project in that i have following requirement
>
> 1.Move message from Inbound queue to type based inbound queue.
> 2.Move message from Message type inbound queue to outbound queue
>
> I have created two bean for to achieve this.
>
> 1.one for move from inbound to message type  inbound queue
> 2.one for move from inbound to outbound queue.
>
> I have following entry in camel.xml
>
>    <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring";>
>
>                 <routeBuilder ref="routeBuilder" />
>             <routeBuilder ref="routeBuilder1" />
>
>     </camelContext>
>
>     <bean id="routeBuilder"
> class="com.camel.routes.SinglecastRouteBuilder"/>
>     <bean id="recipientsGenerator"
> class="com.camel.routes.TypeSpecificListBean"/>
>     <bean id="routeBuilder1"
> class="com.camel.routes.MulticastRouteBuilder"/>
>     <bean id="recipientsGenerator1"
> class="com.camel.routes.RecipientListBean"/>
>
> When i run application i am getting following error.
>
> * java.lang.Exception: org.apache.camel.RuntimeCamelException:
> org.apache.camel.Fa
> iledToCreateRouteException: Failed to create route route2:
> Route[[From[Inbound.G
> MD.TestEvent]] -> [Multicast[[Bean[ref:... because of No endpoint could be
> found
>  for: Inbound.SSS.TestEvent, please check your classpath contains the needed
> Cam
> el component jar.*
>
> I am not sure i am missing any configuration,Please kindly help me
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-routing-issue-tp5730094.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to