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 about publish model?
How does spring jms listener work?
What is jms in java with example?
What is Point-to-Point Approach?
How do I start wls and configure jms?
What is jms in websphere?
What is a jms session?
What is jms (java messaging service)?
Do text messages use data?
What is jms module?
What are the components of a jms messaging application?
What is the basic difference between Publish Subscribe model and P2P model?