How do you want the messages to be routed? Do you want to send the same message to each endpoint, process them sequentially, or something altogether different?
If you just want to send the same message to multiple routes, try multicasting (http://camel.apache.org/multicast.html). If you're looking to provide processing at each endpoint sequentially, perhaps the Routing Slip EIP is what you need (http://camel.apache.org/routing-slip.html). -- View this message in context: http://camel.465427.n5.nabble.com/Linking-multiple-routes-tp5753789p5753792.html Sent from the Camel - Users mailing list archive at Nabble.com.