On 3 Jul 2008, at 10:37, yanhongsan wrote:


I know the jmx to create queues,however the queues will die when close the server. But when client send message to a queue, the server can create the queue in the data files.So I want to know how the server create the queue
when it receive the send query? Thank you  [EMAIL PROTECTED]
--
View this message in context: 
http://www.nabble.com/How-did-the-broker-server-create-the-queue-when-it-receive-the-send-query-from-the-client---tp18255534p18255534.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

All destinations are by default created dynamically - and lazily - so a broker will create a destination for a message if one doesn't already exist.

cheers,

Rob


Rob Davies
'Go further faster with Apache Camel!'
http://rajdavies.blogspot.com/



Reply via email to