Hi guys, I have a question about session recovery. What exactly happens when session.recover() is called? I know that the session starts to redeliver messages starting from the first unacknowledged message. Are the messages being returned to the broker for redelivery, or are they being redelivered strait from the recovering session? Does it work differently when using topics/queues? For the elder, when using a queue it means that the redelivered message can arrive to a different session than the first one who got it. Is that right? Thanks a lot for any help. Shai -- View this message in context: http://www.nabble.com/JMS-message-redelivery-tf3565504s2354.html#a9959434 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
