If you use request/reply, try the vm component. I would be surprised, if this is not the fastest solution...
Apache ServiceMix takes care of it, which version of Karaf, Camel, CXF, ActiveMQ, ... works together. If you "only" use Karaf, it's your responsibility to figure it out. Best, Christian On Tue, Jul 24, 2012 at 9:25 PM, helander <[email protected]> wrote: > I got camel-nmr to work, but performance was not very good. > > WS Client -> HTTP Service -> CXF Endpoint -> NMR send -> NMR receive (and > back to WS Client) > > this takes about 100 ms > > > WS Client -> HTTP Service -> CXF Endpoint (and back to WS Client) > > this takes about 10 ms > > So crossing the bundle border using NMR gives significant overhead. > > > /Lars > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-nmr-for-camel-2-10-tp5716383p5716428.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
