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 |
Can we use jms for sending automated e-mails?
What is an object message?
How does jms queue work?
1)what is global forwards in struts? 2) whait si struts navigation flow?
When to Remove messages from the queue ?
What are the three parts of the message?
What is jms jndi?
Where is jms used?
What are the steps involved in configuring the jms?
What is the functionality of a jms message producer?
Are you aware of any major JMS products available in the market?
What is difference between jms and activemq?