Re: Database share locking config

2021-07-07 Thread Domenico Francesco Bruscino
ActiveMQ Artemis supports JDBC HA Shared Store, see ARTEMIS-1447[1] for further details. Use the jdbc-lock-renew-period and jdbc-lock-expiration parameters to configure the JDBC locking, see the latest documentation[2] for further details. [1] https://issues.apache.org/jira/browse/ARTEMIS-1447 [2

Database share locking config

2021-07-01 Thread Gunawan, Rahman (GSFC-703.0)[BUSINESS INTEGRA, INC.]
I'm working to try configure database share storage locking for Artemis. I couldn't find it in https://activemq.apache.org/components/artemis/documentation/1.0.0/ha.html. Does Artemis support database share storage locking? If yes, where is the documentation to configure it? Thanks