Question

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.

e.g: 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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top