JMS Transaction and Redelivery

Venkatesan Krishnamoorthy <[email protected]> Mon, 26 Apr 2004 13:36:13 +0530
Newsgroups gmane.comp.java.sun.ejb.general
Message-ID <BD1629EFB6A6634B8AF572E7C770E8AF020F04E3@blrkecimr01.ad.infosys.com>
Guys:

 

My question is regarding transaction propagation in JMS based messaging.
In the article on the web site
http://www.javaworld.com/javaworld/jw-03-2002/jw-0315-jms-p1.html, the
producer and the receiver use different transaction and acknowledge
modes for the corresponding queue session.  The message producer uses a
non-transacted queue session while the message consumer uses a
transacted queue session. Does it mean that the transaction specified on
the message producer side is for the delivery of message from the
producer to the JMS provider and not for the delivery of the message
from the producer to the consumer? Also, what does it mean to have
different acknowledge modes specified for the corresponding queue
session at the message producer and the message consumer?

 

Can someone clarify this issue for me?

 

Thanks and Regards,

Venkat


===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".