> 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.
> ....
Yes, that's right. And then you receive()/onMessage() and do a
msg.acknowledge() and the message is not removed from the queue? It is
redelivered?
If so, please enable the kernel trace space, save, run your client again
and send me the jms.trace, contained in the trace/router<n> directory.
I'll check, what happens. Send it to [EMAIL PROTECTED]
--
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/