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 the procedure to configure jms security?
How do I use a startup class to initialize and later reference jms objects?
What is the use of jms server in weblogic?
Is jmstemplate thread safe?
What is mean by jms?
What are JMS Providers?
What is the use of connection factory in jms?
Explain about session interface?
What is jms testing?
What is an object message?
Which messaging modes are included in the java messaging service jms )?
what is Java Message Service (JMS)?