public class JmsClientAcknowledgeTransactionFactory extends Object implements TransactionFactory
JmsClientAcknowledgeTransactionFactory creates a JMS Client
Acknowledge Transaction using a JMS Message.| Constructor and Description |
|---|
JmsClientAcknowledgeTransactionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
beginTransaction(MuleContext muleContext)
Create and begins a new transaction
|
boolean |
isTransacted()
Determines whether this transaction factory creates transactions that are
really transacted or if they are being used to simulate batch actions, such as
using Jms Client Acknowledge.
|
public JmsClientAcknowledgeTransactionFactory()
public Transaction beginTransaction(MuleContext muleContext) throws TransactionException
TransactionFactorybeginTransaction in interface TransactionFactoryTransactionException - if the transaction cannot be created or begunpublic boolean isTransacted()
TransactionFactoryisTransacted in interface TransactionFactoryCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.