Hi,
Destinations in activemq are created dynamically so my guess here is
unless we're creating a durable queue i don't think we need to persist
it. I've not really checked but I believe the Jmx addQueue operation
creates a non-durable queue by default.
http://activemq.apache.org/how-do-i-create-new-destinations.html
Regards,
Jonas
yanhongsan wrote:
When i create a empty queue by the JMX, I see the new file in the directory
:
%activemqhome%\data\localhost\kr-store\data\hash-index-queue-data_queue#233a
. Howerver, when I restart the activemq server, I found the new file
disappear. So I did not get the queue created just now!