| Package | Description |
|---|---|
| org.mule.runtime.core.api.util.queue | |
| org.mule.runtime.core.internal.streaming.object.iterator | |
| org.mule.runtime.core.util.queue |
| Modifier and Type | Method and Description |
|---|---|
Queue |
QueueSession.getQueue(String name)
Retrieves a 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) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.