> MORÁVEK Peter wrote:
> >
> > 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 ?
>
> Should be possible within the same thread of control/same session.
it is done within the same session (there is no reconnection to jms)
> Which SwiftMQ version do you use? 1.2 or 1.2a (look at SwiftMQ
> Explorer's About Window)
1.2
> Do you receive the message synchronous through receive() or
> asynchronous
> through onMessage()?
synchronous through receive()
Peter
------------------------------------------------------
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/