Actually i have got 2 questions. first, if i use the method MessageProducer's send(message, DeliveryMode.persistent, priority, Integer.MAX_VALUE ) method to send messages,is there any possibility of send failure(exclude the disk error)? second, when does send(message, DeliveryMode.persistent, priority, Integer.MAX_VALUE ) throws JMSException?Because when the exception is thrown,I will save the message and resend it util success.I dont want 2 copies of the same message at the receiver,but i do want must one copy be received by the receiver.
Any help will be great!! -- View this message in context: http://www.nabble.com/Handle-Message-losting-tf4345789s2354.html#a12380997 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
