Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
org.mule.config |
Providers Mule Xml configuration support and general configuration classes.
|
org.mule.transport.vm |
A connector implementation allowing events to be passed between Mule sessions via in-memory queues.
|
org.mule.util.queue |
A resource manager that allow access to transactional queues with optional persistence.
|
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 | Method and Description |
---|---|
QueueManager |
VMConnector.getQueueManager() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueueManager
Abstract implementation for a QueueManager.
|
class |
DelegateQueueManager
Delegates every call to the real QueueManager.
|
class |
TransactionalQueueManager
The Transactional Queue Manager is responsible for creating and Managing
transactional Queues.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.