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
Are there c/c++ interfaces to wls jms?
What is a bytes message?
What are the steps to send and receive JMS message ?
Can two jms servers share the same persistent store?
Can you use a foreign jms provider to drive an mdb transactionally?
What is the publish-and-subscribe model in jms?
What is asynchronous messaging?
What is the main parts of jms applications?
How kafka is different from jms?
Is kafka a jms?
What is the use of jms? In which situations we are using jms?
What is message listener container?
What is jms full form?
How to handle the exception caused by jms?
Explain about message listeners?