Hi, I'm trying to implement an event-driven consumer where the event-driver is a custom library we have developed. I was looking at various documentation on the subject and I can't find any interface through which the event-driver notifies the consumer. From the following fusesource doc:
http://fusesource.com/docs/router/2.4/prog_guide/Component-Impl-Consumer.html it looks like the mechanism on how this works is completely up to the dev. The event just needs to somehow be transformed into a Camel Message/Exchange and be sent to the next processor which is given to the consumer via its constructor. Is this accurate? -- View this message in context: http://camel.465427.n5.nabble.com/event-driven-consumer-tp5741907.html Sent from the Camel - Users mailing list archive at Nabble.com.