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 |
Name the components of jms.
Explain the difference between topic and queue?
Is jms a message broker?
1)what is global forwards in struts? 2) whait si struts navigation flow?
Is it possible to create both queues and topics to single jms server? if yes then how it works?
Explain how Application server handles the JMS Connection?
How to create an ejb session in order to start a jms connection?
What is difference between jms and activemq?
How to Configure Open JMS?
Can we send e-mail messages using JMS?
What is a jms queue?
What is difference between queue and topic in jms?