Answer Posted / munnu
JMS specification defines a transaction mechanisms allowing clients to send and receive groups of logically bounded messages as a single unit of information. A Session may be marked as transacted. It means that all messages sent in a session are considered as parts of a transaction. A set of messages can be committed (commit() method) or rolled back (rollback() method). If a provider supports distributed transactions, it's recommended to use XAResource API.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of connection factory in jms?
What is jms testing?
What is subdeployment in weblogic jms?
What is the difference between Jms and Jvt ?
What is a topic?
What are the types of communication provided by jms? Explain in detail.
How kafka is different from jms?
How do the wls jms 6.1 server/destination message maximum and threshold values work?
What are the steps involved in configuring the jms?
How do I configure jdbc so that the jms jdbc store recovers automatically?
What is jms protocol?
What is jms queue?
What is a bytes message?
Where is jms used?
What is jms module?