-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The ATMI library comes as a set of libraries, ATMI++ offers a c++ wrapping of these libraries. Using c++ makes it easier to write Tuxedo transactions. You can download a binary version v2.1 for linux here. The API documentation is available here.
Tuxedo (Transactions for Unix, Extended for Distributed Operations) is a middleware platform used to manage distributed transaction processing in distributed computing environments. Tuxedo is a transaction processing system or transaction-oriented middleware, or enterprise application server for a variety of systems and programming languages. Developed by AT&T in the 1980s, it became a software product of Oracle Corporation in 2008.
ATMI, for Application-to-Transaction Monitor Interface, is the main API for the Tuxedo system. It includes transaction management functions (routines, verbs); request/response, conversational, queuing, and publish-and-subscribe message-handling functions; service interface functions; and buffer management functions for distributed application communication.