public class WorkQueueProcessingStrategyFactory extends AbstractProcessingStrategyFactory
WorkQueueProcessingStrategy instances. This processing strategy dispatches incoming events to a work queue
which is served by a pool of worker threads from the applications IO Scheduler.
This processing strategy is not suitable for transactional flows and will fail if used with an active transaction.| Constructor and Description |
|---|
WorkQueueProcessingStrategyFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingStrategy |
create(MuleContext muleContext,
String schedulersNamePrefix) |
getMaxConcurrency, setMaxConcurrencypublic ProcessingStrategy create(MuleContext muleContext, String schedulersNamePrefix)
ProcessingStrategy.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.