Package | Description |
---|---|
org.mule.config |
Providers Mule Xml configuration support and general configuration classes.
|
org.mule.processor | |
org.mule.util.queue |
A resource manager that allow access to transactional queues with optional persistence.
|
org.mule.util.queue.objectstore |
A resource manager that allow access to transactional queues with optional persistence.
|
Modifier and Type | Method and Description |
---|---|
QueueConfiguration |
QueueProfile.configureQueue(MuleContext context,
String component,
QueueManager queueManager) |
QueueConfiguration |
QueueProfile.toQueueConfiguration(MuleContext context) |
Modifier and Type | Field and Description |
---|---|
protected QueueConfiguration |
SedaStageInterceptingMessageProcessor.queueConfiguration |
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 |
QueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
Sets the default
QueueConfiguration for any created Queue for
which a custom configuration hasn't been specified |
void |
DelegateQueueManager.setDefaultQueueConfiguration(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 |
QueueManager.setQueueConfiguration(String queueName,
QueueConfiguration config)
Specifies a
QueueConfiguration for the queue which name matches
queueName |
void |
DelegateQueueManager.setQueueConfiguration(String queueName,
QueueConfiguration config) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
QueueConfiguration
Deprecated.
this class will be removed in Mule 4.0 in favor of the new queue implementation
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionalQueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
Deprecated.
Sets the default
QueueConfiguration for any created Queue for
which a custom configuration hasn't been specified |
void |
TransactionalQueueManager.setQueueConfiguration(String queueName,
QueueConfiguration config)
Deprecated.
Specifies a
QueueConfiguration for the queue which name matches
queueName |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.