On Aug 1, 2013, at 11:35 PM, ningji...@apache.org wrote: > + } else { > + WorkQueueManager mgr = > outMessage.getExchange().get(Bus.class) > + .getExtension(WorkQueueManager.class); > + AutomaticWorkQueue qu = mgr.getNamedWorkQueue("nmr-conduit"); > + if (qu == null) { > + qu = mgr.getAutomaticWorkQueue(); > + } > + // need to set the time out somewhere > + qu.execute(runnable); > + }
Why "nmr-conduit"? Can we just use "camel-cxf-conduit" or something that doesn't have JBI-isms in it? -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com