Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the relationship between the Java Message Service, the Java Transaction API, and the Java Transaction Service?

0
Posted

What is the relationship between the Java Message Service, the Java Transaction API, and the Java Transaction Service?

0

The Java Transaction API (JTA) provides a client API for delimiting distributed transactions and an API for accessing a resource’s ability to participate in a distributed transaction. A JMS client may use JTA to delimit distributed transactions. A JMS provider can optionally support distributed transactions via JTA. The Java Transaction Service (JTS) can be used with the JMS API to form distributed transactions that combine message sends and receives with database updates and other JTS aware services. These services should be handled automatically when a JMS client is run from within an application server such as a J2EE server; however, it is also possible for JMS clients to program them explicitly. Q: Where can I find a JMS API discussion group? A: You can find a JMS API discussion forum at http://java.sun.com/j2ee/community/forums/index.html. You must be a member of the Java Developer Connection to join this forum. Q: Why is the JMS API promoted as a technology for providing communic

0

The Java Transaction API (JTA) provides a client API for delimiting distributed transactions and an API for accessing a resource’s ability to participate in a distributed transaction. A JMS client may use JTA to delimit distributed transactions. A JMS provider can optionally support distributed transactions via JTA.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123