This is the method call we make to create the Queue Session:

createQueueSession(false, Session.CLIENT_ACKNOWLEDGE);

The first param is transacted - true/false. We turned transactions off.
The second param is acknowledgeMode. We are setting acknowledgeMode to
CLIENT_ACKNOWLEDGE.
...


-----Original Message-----
From: Andreas Mueller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 5:20 PM
To: [EMAIL PROTECTED]
Subject: [developers] Queue Messages not being removed



Michael McCurrey wrote:
> 
> It seems that there is a problem with SwiftMQ if your not using auto
> Acknowledge on messages in a Queue.  What were doing is turning Auto
> Acknowledge off and just doing a message. acknowledge.  However, we are
not
> seeking any of the messages being removed from the Queue.  Is anybody else
> experiencing this problem?

What means 'off'?

Client ack works only if you have a nontransacted session with mode
Session.CLIENT_ACKNOWLEDGE.

-- 
Andreas Mueller, [EMAIL PROTECTED], IIT GmbH, Bremen/Germany, http://www.iit.de
SwiftMQ - JMS Enterprise Messaging System, http://www.swiftmq.com
-----------------------------------------------------------------------
Support SwiftMQ! PLEASE vote for SwiftMQ as "Best Java Messaging Tool":
          http://www.sys-con.com/java/readerschoice2001/
-----------------------------------------------------------------------

------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/




Reply via email to