Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Description:
In EMS 8.x, the EMS .NET API supports JNDI lookup of EMSDTCConnectionFactory objects.
An administrator can create a EMSDTCConnectionFactory in JNDI and an EMS .NET application will be able to look it up using
either LookupContext or LdapLookupContext.
DTC – Distributed Transaction Coordinator
[EMSDTCConnectionFactory]
type = xageneric
url = tcp://7222
-----
In .Net program, look up the factory like below, for example:
----