On Sun, Jul 20, 2014 at 3:07 AM, Matt Sicker <[email protected]> wrote: > I thought thread priorities were deprecated? >
Yeah I think so too. We do not have Camel API to configure them. > > On 19 July 2014 18:39, marks1900 <[email protected]> wrote: > >> >> How do I create a pool of threads for a specific Camel route that allows me >> to set the Thread priority? >> >> http://camel.apache.org/threading-model.html >> >> Do I just create a custom ThreadPoolProfile and assign it to my Camel >> route, >> and then in the Camel route initialize the Thread directly with the use of >> a >> Camel Bean to make a call to >> Thread.currentThread().setPriority(MIN_PRIORITY)? >> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/Thread-pool-profiles-Thread-currentThread-setPriority-MIN-PRIORITY-tp5754039.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> > > > > -- > Matt Sicker <[email protected]> -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
