I am looking for an example of how to perform routing using servicemix-bean. It's probably easier to use camel, but I prefer to try this with a pojo first. I have a consumer cxf bc pointing to a custom router pojo se and I'd like to route the exchange to one of several implementations (se) of the same service using an external criteria. I would like to handle several services with the same router se. Do I set a new endpoint on the exchange when I process it in the router se ? Do I need to handle the return message in the router se ? Am I even on the right track ? Better yet, Is there a hook in the NMR to handle custom routing ?
Thanks for your help. -FT
