Does JMS specification define transactions?
Answer / 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 |
What is Point-to-Point Approach?
What is text message?
What is the functionality of a jms message selector?
What is the difference between durable and non-durable subscriptions?
What is spring jms?
What is a queued message?
What is jms and mq?
How does jms queue work?
What are the different elements present in JMS?
Does weblogic jms support clustering?
Detail about the features of publish model?
What is a jms listener?