I went to through the documentation, but could not find where ActiveMQ puts the xml file of a Queue created from the Web Console
I created a queue named nevada and searched for it as follows (I did not perform a send, as this would clutter up the results) find . -type f |xargs grep "nevada" ./data/audit.log:INFO | admin requested /admin/createDestination.action [secret='[90072f1f-33e5-46f2-bb74-0f9217f4a7ef]' JMSDestinationType='[queue]' JMSDestination='[nevada]' ] from 10.14.0.120 at 26-03-2014 11:38:26,055 | qtp27744334-43 ./data/audit.log:INFO | admin requested /admin/createDestination.action [secret='[b9916a55-d46b-4820-96b5-babda6dbb112]' JMSDestinationType='[queue]' JMSDestination='[nevada]' ] from 10.14.0.120 at 26-03-2014 11:39:02,040 | qtp32722755-41 Binary file ./data/kahadb/db.redo matches Binary file ./data/kahadb/db.data matches So I see references to the audit log, and kahadb. Am I correct in assuming that if you create from the Web Console, no xml file is created (other than the content of kahadb to keep the queue durable) -- View this message in context: http://activemq.2283324.n4.nabble.com/Creating-a-queue-tp4679516p4679549.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
