The bean integration is a nice thing, because it hides the camel middleware from the components. Unfortunately I can only use beans in a route, where the trigger is defined elsewhere as a camel endpoint. What is the strategy to define a route, where a bean initiates a message exchange because it has its own trigger? Do I need to write my custom endpoint, which consumes my bean? Or is there a different way?
Key point is, that I don't want to use camel APIs inside my bean for better reuse. FYI, I'm running camel inside the apache karaf osgi container. Klaus. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-initiate-a-message-exchange-from-a-bean-tp3303460p3303460.html Sent from the Camel - Users mailing list archive at Nabble.com.
