I'm completely new to the activemq, so I guess my question is basic. 
I am using activemq for JUnit testing. Therefore, I set to run it in vm mode
since JUnit is ran by third party product that executes unit tests for
entire application on separate machine regulary. So, there is no need to
keep queue for any longer then for the duration of the unit test. VM mode is
very handy for that, my only problem is that when the test completes there
is a directory called activemq-data. This directory is created somewhere at
the code  level directories which is a problem. Is there any way that I can
disabled it? Or, that I can at least specify different directory so the code
level directories won't get mixed with activemq?  I've tried set the
persistent to false but then I am not able to retrieve message.

Thanks for any suggestions,

-- 
View this message in context: 
http://www.nabble.com/vm-and-activemq-data-location-tp15426671s2354p15426671.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to