You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Daniel Kulp <dk...@apache.org> on 2013/08/02 12:37:41 UTC

Re: [3/3] git commit: CAMEL-6597 Camel conduit should support the JAXWS Async API out of box

On Aug 1, 2013, at 11:35 PM, ningjiang@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
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com