Hi
     One more thing, can I use same queue for two endpoints. Right now I am
trying to do same thing but it is giving me error-

"org.apache.camel.FailedToStartRouteException:
 Failed to start route because of Multiple consumers for the same endpoint
is not allowed"

I am trying something like this
<route>
     <from uri="jms:queue:Myqueue"/>
     <to uri="endpoint1"/>
</route>

<route>
     <from uri="jms:queue:Myqueue"/>
     <to uri="endpoint2"/>
</route>

Is there any other way to achieve this. Can I use queue only for this.


Thanks
--Bhushan





--
View this message in context: 
http://camel.465427.n5.nabble.com/soap-over-jms-tp5715942p5716624.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to