[JBoss-user] JMS bug fix for Client Acknowledgment

2002-09-24 Thread Venkateshwar Bommineni
Is the following bug fix of JBOSS JMS JbossQ included in any JBOSS releases yet? [ 526696 ] session.recover() doesn't work It appears that any of current JBOSS releases doesnt incorporate latest JbossQ JMS component build. Above fix is submitted 2 months back. So when this fix appears in

RE: [JBoss-user] JMS client acknowledgement

2002-09-20 Thread Venkateshwar Bommineni
ore specific. Read http://www.tuxedo.org/~esr/faqs/smart-questions.html Regards Georg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Venkateshwar Bommineni Sent: Thursday, September 19, 2002 21:49 To: [EMAIL PROTECTED] Subject: [JBoss-user] JMS client a

[JBoss-user] CLIENT_ACKNOWLEDGEMENT in JBOSS JMS

2002-09-19 Thread Venkateshwar Bommineni
I am submitting this again. Is CLIENT_ACKNOWLEDGEMENT mode ever works in any JBOSS version? thanks inn advance Vekat --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

[JBoss-user] JMS client acknowledgement

2002-09-19 Thread Venkateshwar Bommineni
I am submitting this again. Is CLIENT_ACKNOWLEDGEMENT mode for JMS ever works in any JBOSS version? thanks in advance Vekat --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[JBoss-user] JMS client acknowledgement

2002-09-19 Thread Venkateshwar Bommineni
I am submitting this again. Is CLIENT_ACKNOWLEDGEMENT mode ever works in any JBOSS version? thanks inn advance Vekat --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

RE: [JBoss-user] JMS client acknowledgement

2002-09-06 Thread Venkateshwar Bommineni
e if the messages on the queue are redelivered while in CLIENT_ACKNOWLEDGE mode. This should re-deliver the 5 messages. In AUTO mode, it should not send anything. (at least that is the theory...) Good luck, - Mike -Original Message- From: Venkateshwar Bommineni [mailto:[EMAIL PROT

[JBoss-user] JMS queue resource clean ups

2002-09-06 Thread Venkateshwar Bommineni
My application is a standalone java client which polling to JBOSS 2.4.8 MQ (JMS provider). This standalone application has shutdownhooks, so while killing this java process (using Ctrl C) it cleans up jms resources by closing QueueWriter, QueueSession and QueueConnection. But this leading to belo

RE: [JBoss-user] JMS client acknowledgement

2002-09-06 Thread Venkateshwar Bommineni
. - Mike Mike Hewitt Software Engineer Northrop Grumman IT -Original Message- From: Venkateshwar Bommineni [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 1:29 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JMS client acknowledgement I am having problem with CLIENT_ACKNOWLEDGE

[JBoss-user] JMS client acknowledgement

2002-09-06 Thread Venkateshwar Bommineni
I am having problem with CLIENT_ACKNOWLEDGE option for JBOSS JMS implementation. As soon as I read messages from a queue using the above option while creating QueueReceiver from QueueSession, they disappear from queue like they read with AUTO Acknowledge option. What I am missing? Following is t