You should use persistent messages and durable subscriptions, then your messages will survive failure.
Persistent messages in a non durable subscription act as non persistent messages. Non persistent messages do not survive failure. See JMS spec for more details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090544#4090544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090544 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
