You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Matej <gm...@gmail.com> on 2014/08/20 14:01:39 UTC

Active MQ

Hello everyone.

I read that in 1.7 levelDB storage was added. Is theare a easy way to
enable file based persistence.

Like that
 BrokerXmlConfig =  broker:(tcp://192.168.0.135:61616)?perstience

But switch for files instead of JDBC....

BR

Matej

Re: Active MQ

Posted by Romain Manni-Bucau <rm...@gmail.com>.
IIRC you need to set in the url useleveldb=true and you can set
parameters using leveldb.<name of the param>=value in the url


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-08-20 14:01 GMT+02:00 Matej <gm...@gmail.com>:
> Hello everyone.
>
> I read that in 1.7 levelDB storage was added. Is theare a easy way to
> enable file based persistence.
>
> Like that
>  BrokerXmlConfig =  broker:(tcp://192.168.0.135:61616)?perstience
>
> But switch for files instead of JDBC....
>
> BR
>
> Matej