Hello,

we are using the SwiftMQ for queue (point2point) message delivering.
While using the server on the receiver's side, we encountered this problem:

in this case everything works fine:

1. we are connected to queue1 - acknowledge is set to CLIENT_ACKNOWLEDGE
2. we have 2 (or more) messages in queue
3. we receive message1
4. we acknowledge message1
5. we receive message2
6. we acknowledge message2
7. ...

in this case the call to acknowledge is blocked:

1. we are connected to queue1 - acknowledge is set to CLIENT_ACKNOWLEDGE
2. we have 2 (or more) messages in queue
3. we receive message1
4. we receive message2
5. we acknowledge message1 - in this call (message.acknowledge) the call is
blocked (never returns)

Isn't it possible to receive and acknowledge messages from queue
asynchronously ?

Please help ...

Thanks in advance

Peter Moravek

------------------------------------------------------
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