This page last changed on May 31, 2006 by tcarlson.

Tyrex Transaction Manager


From Mule 1.0 onwards the Tyrex Transaction Manager support is not longer shipped as part of the Mule distribution. It is still available in the Sandbox and will be maintained for the forseeable future.


This extension allows the user to set the Tyrex Transaction Manager as the Transaction Manager used by the Mule Transaction subsystem. The TyrexTransactionManagerFactory allows Tyrex to be configured from a domain config file (see the Tyrex documentation) or by setting properties directly on the factory itself. An example using the Mule Xml Configuration might look like -

<mule-configuration>
    <transaction-manager factory="org.mule.extras.tyrex.TyrexTransactionManagerFactory>
        <properties>
            <property name="name" value="MuleDefault"/>
            <property name="timeout" value="50000"/>
        </properties>
    </transaction-mamager>
</mule-configuration>
Document generated by Confluence on Oct 03, 2006 09:23