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 |
Explain how does the JMS work with the J2EE?
What is jms mean?
What is wire level protocol?
How JMS is different from RPC?
What is the functionality of a jms queue browser?
How do I find the jms queue in weblogic?
What are all the features of JMS API in J2EE platform?
What is the use of jms server in weblogic?
How to write junit test cases for jms?
How to handle non-transacted sessions with respect to jms?
What is the difference between durable and non-durable subscriptions?
What is a jms session?