Re: Why would Message.acknowledge() ever hang?
Posted By:
Andreas_Mueller
Posted On:
Tuesday, June 25, 2002 02:34 AM
It just waits on a reply. Checking the code it seems the message is delivered by a session listener's onMessage?
Tell me a bit more about the session you've created (ack mode), whether you use ServerSession's, ConnectionConsumer etc pp. It may be that you acknowledge where no acknowledge is expected.