how i can setup (create) a durable and persisted queue ?

hiThank you for reading my post.does any one know how i can setup and create a durable/persisted queue in Sun MQ?i wan to use database as message storage.thanks
[195 byte] By [Legolas.wa] at [2007-11-27 2:43:19]
# 1

imqcmd create dst -t q -n QUEUE_NAME

#configure the properties you want

imqcmd update dst -t q -n SUN_TEST -o "maxNumMsgs=10000" -o "useDMQ=false"

#check

imqcmd query dst -t q -n SUN_TEST

the kind of persistance need to be configure in the broker (look in properties file) there is one example with oracle I remember...

salut!

BuZMana at 2007-7-12 3:08:49 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...