Tuesday, November 29, 2011

What is the relationship between the Java Message Service and the Java DataBase Connectivity (JDBC) API?

JMS clients may also use the JDBC API. They may use both the JMS API and the JDBC API in the same transaction. In most cases, they will achieve this automatically by implementing these clients as enterprise beans. They may also use the Java Transaction API.
Category:JMS Interview Questions

No comments:

Post a Comment