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 difference between jms and activemq?
Explain the process of Configuring Queues in Jms?
How can third-party jdbc driver be used with jms?
What are the types of communication provided by jms? Explain in detail.
How do I use a third-party jdbc driver with jms?
What is jms testing?
How do I start jms server?
Explain about point to point?
What is a bytes message?
Why do we use jms?
What is jms consumer?
Is rabbitmq jms compliant?
How do I start wls and configure jms?
How to read message from jms queue in java?
Can a jms queue have multiple listeners?