| Package | Description |
|---|---|
| org.mule.runtime.core.api.util.queue | |
| org.mule.runtime.core.config | |
| org.mule.runtime.core.util.queue |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
Sets the default
QueueConfiguration for any created Queue for which a custom
configuration hasn't been specified |
void |
QueueManager.setQueueConfiguration(String queueName,
QueueConfiguration config)
Specifies a
QueueConfiguration for the queue which name matches queueName |
| Modifier and Type | Method and Description |
|---|---|
QueueConfiguration |
QueueProfile.configureQueue(MuleContext context,
String component,
QueueManager queueManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultQueueConfiguration |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultQueueStore |
TransactionalQueueManager.createQueueStore(String name,
QueueConfiguration config) |
protected abstract QueueStore |
AbstractQueueManager.createQueueStore(String name,
QueueConfiguration config)
Creates a QueueStore
|
void |
DefaultQueueStore.setConfig(QueueConfiguration config) |
void |
AbstractQueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
Sets the default
QueueConfiguration for any created Queue for which a custom
configuration hasn't been specified |
void |
AbstractQueueManager.setQueueConfiguration(String queueName,
QueueConfiguration newConfig)
Specifies a
QueueConfiguration for the queue which name matches queueName |
| Constructor and Description |
|---|
DefaultQueueStore(String name,
MuleContext muleContext,
QueueConfiguration config) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.