How can I send persistent messages to ActiveMQ queue? As per ActiveMQ's documentation, all JMS messages are by default persistent, but when I restart my broker all of my messages get lost which have been published using this client. How can I make the delivery durable?
How can I send persistent messages to ActiveMQ queue? As per ActiveMQ's documentation, all JMS messages are by default persistent, but when I restart my broker all of my messages get lost which have been published using this client. How can I make the delivery durable?
for java clients, we have: http://activemq.apache.org/how-do-i-make-messages-durable.html http://activemq.apache.org/what-is-the-difference-between-persistent-and-non-persistent-delivery.html