| Package | Description |
|---|---|
| org.mule.processor | |
| org.mule.streaming | |
| 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 | Field and Description |
|---|---|
protected Queue |
SedaStageInterceptingMessageProcessor.queue |
| Constructor and Description |
|---|
QueueProducer(Queue queue)
Creates an instance with 5000 milliseconds as the default polling value
|
QueueProducer(Queue queue,
long timeout) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionAwareQueueStore
Queue implementation that executes operations:
- If there is no transaction context then executes the operation directly to the queue.
|
| Modifier and Type | Method and Description |
|---|---|
Queue |
AbstractQueueSession.getQueue(String name) |
Queue |
QueueSession.getQueue(String name)
Retrieves a queue.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransactionalQueueManager.disposeQueue(Queue queue)
Deprecated.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.