About onMessage
885259Aug 29 2011 — edited Aug 30 2011Hello,
I would like to know what happen if my application fail (lets suppose the computer break) before the onMessage() return (on a class that implement javax.jms.MessageListener). Suppose the acknowldge used is AUTO_ACKNOWLEDGE. What happen? The JMS Server was acknowledge or not?
Thank you for the attention.