> Please check out the source code for the SEDA component (asynch) and > ProducerTemplate asynchronous sending logic ;). > https://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaProducer.java?view=markup > https://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaProducer.java?view=markup > > https://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultProducerTemplate.java?view=markup > https://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultProducerTemplate.java?view=markup > > > It should give you all kinds of ideas... I would recommend using a Camel > ProducerTemplate aysnc operations to work with Camel and create separation > rather than roll your own code to do something very similar...
Um... how does this relate to use of camel proxy + bean: components? I don't see any connection :-\ > Otherwise, I sense this is going to be a longer and time consuming > discussion :). Eh, well maybe... maybe not. Was just wondering if how (or if) its possible to use a proxy method (http://camel.apache.org/using-camelproxy.html) returning a Future, to route to a bean invocation (http://camel.apache.org/bean.html) for async operations. Doesn't seem like that would take too long ;-) --jason