public interface QueueManager extends Startable, Stoppable
PHASE_NAMEPHASE_NAME| Modifier and Type | Method and Description |
|---|---|
QueueSession |
getQueueSession()
Returns a new instance of
QueueSession bounded to this
QueueManager |
void |
setDefaultQueueConfiguration(QueueConfiguration config)
Sets the default
QueueConfiguration for any created Queue for
which a custom configuration hasn't been specified |
void |
setQueueConfiguration(String queueName,
QueueConfiguration config)
Specifies a
QueueConfiguration for the queue which name matches
queueName |
QueueSession getQueueSession()
QueueSession bounded to this
QueueManagervoid setDefaultQueueConfiguration(QueueConfiguration config)
QueueConfiguration for any created Queue for
which a custom configuration hasn't been specifiedconfig - an instance of QueueConfigurationvoid setQueueConfiguration(String queueName, QueueConfiguration config)
QueueConfiguration for the queue which name matches
queueNamequeueName - the name of a Queueconfig - an instance of QueueConfigurationCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.