简体   繁体   中英

How do I implement LevelDB persistence in ActiveMQ in Mule?

Am i able to persist message data (like logging) using levelDB for JMS ActiveMQ in Mule? Is it done by the "Transaction" property?

Found JMS Transaction, XA Transaction, and so. But i can't understand the usage of the values in there.

eg: for JMS Transaction, i got the Actions = ALWAYS_BEGIN, BEGIN_OR_JOIN, ALWAYS_JOIN, JOIN_IF_POSSIBLE.

What's the usage of these actions? :S

Thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM