org.mule.util.queue
Interface QueueManager
- All Superinterfaces:
- Startable, Stoppable
- All Known Implementing Classes:
- TransactionalQueueManager
public interface QueueManager
- extends Startable, Stoppable
A Queue manager is responsible for managing one or more Queue resources and
providing common support for transactions and persistence.
Methods inherited from interface org.mule.api.lifecycle.Startable |
start |
Methods inherited from interface org.mule.api.lifecycle.Stoppable |
stop |
getQueueSession
QueueSession getQueueSession()
setDefaultQueueConfiguration
void setDefaultQueueConfiguration(QueueConfiguration config)
setQueueConfiguration
void setQueueConfiguration(String queueName,
QueueConfiguration config)
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.