Real-world enterprise application integration solutions
|
JMS: Java Message Service / JTA: Java Transaction API
Part of the Java 2 Platform Enterprise Edition (J2EE), the Java Message Service (JMS) is an API for accessing enterprise messaging systems. Using JMS, developers can build applications that both send and receive critical business data. JMS messages are asynchronous requests, reports, or events that are consumed by enterprise applications and can be used to coordinate these systems.
The Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications.
Additional Resources:
More Web Services Technologies:
|
back to top
|