¡@

Home 

java Programming Glossary: transacted

Why choosing JMS for asynchronous solution ? Why is it better than a simple entity bean?

http://stackoverflow.com/questions/2096734/why-choosing-jms-for-asynchronous-solution-why-is-it-better-than-a-simple-enti

twice etc. This is what JMS offers out of the box transacted production and consumption with the JMS broker managing all..

an EAR (Java EE) application which listen to a socket request

http://stackoverflow.com/questions/2154490/an-ear-java-ee-application-which-listen-to-a-socket-request

so that the delivery of the message packet to the EJB is transacted. JCA is part of the Java EE specifications and is supported..

Relationship between JMS connections, sessions, and producers/consumers

http://stackoverflow.com/questions/4741713/relationship-between-jms-connections-sessions-and-producers-consumers

is to resend the message on error. If the session is transacted the message can be safely resent in all cases because if the.. never made it back to the client. But if the session is transacted the message will be redelivered when the application reconnects... it is on the COMMIT call rather then the PUT or GET. With transacted sessions it is possible to send or receive a message twice but..