>You can make queues or topics durable by publishing persistent messages 
>to them. See:
>http://www.activemq.org/site/how-do-i-make-messages-durable.html

I'm under the assumption that message delivery mode is by default set to
'PERSISTENT'. See the JMS API:
http://java.sun.com/products/jms/docs.html

Specifically check out the documentation for 'javax.jms.MessageProducer'.
Check out method 'setDeliveryMode', see quote:

"Delivery mode is set to PERSISTENT by default."

-Rob
-- 
View this message in context: 
http://www.nabble.com/any-example-of-durable-queue%2C-topic--tf2213010.html#a6275307
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to