| Package | Description |
|---|---|
| org.mule.runtime.core | |
| org.mule.runtime.core.api | |
| org.mule.runtime.core.config | |
| org.mule.runtime.core.util.queue |
| Modifier and Type | Method and Description |
|---|---|
QueueManager |
DefaultMuleContext.getLocalQueueManager()
When running in clustered mode, it returns a
QueueManager that creates Queue instances which are only local
to the current node. |
QueueManager |
DefaultMuleContext.getQueueManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setQueueManager(QueueManager queueManager) |
| Modifier and Type | Method and Description |
|---|---|
QueueManager |
MuleContext.getQueueManager()
Gets the queue manager used by mule for queuing events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContext.setQueueManager(QueueManager queueManager)
Sets the queue manager used by mule for queuing events.
|
| Modifier and Type | Method and Description |
|---|---|
QueueConfiguration |
QueueProfile.configureQueue(MuleContext context,
String component,
QueueManager queueManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQueueManager
Abstract implementation for a QueueManager.
|
class |
TransactionalQueueManager
The Transactional Queue Manager is responsible for creating and Managing transactional Queues.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.