Does JMS specification define transactions?



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

Post New Answer

More JMS Interview Questions

How do I use a third-party jdbc driver with jms?

0 Answers  


What is Connection factory?

1 Answers  


What are JMS Providers?

1 Answers  


What is a message in software?

0 Answers  


How may messaging models do JMS provide for and what are they?

0 Answers  






Name the components of jms.

0 Answers  


What is the basic difference between Publish Subscribe model and P2P model?

1 Answers  


What is the procedure to configure jms security?

0 Answers  


How do the wls jms 6.1 server/destination message maximum and threshold values work?

0 Answers  


What is Destination ?

1 Answers  


Explain about map message?

0 Answers  


What is a message topic?

0 Answers  


Categories