Hi all I'm facing a problem with the configuration of camel routing within servicemix. My problem:
I want to receive http calls with the servicemix http-component. These requests should be routed according to routing rules defined within the camel-component. The camel-component should call a simple JSR-181 component in my scenario. How to configure this? I tried to remove the (required) 'service' attribute for the http:endpoint which causes an exception. ;-) Is there a way to do this? Thanks! Kristian
