Posts Database locks and ActiveMQ
Post
Cancel

Database locks and ActiveMQ

If you are using a database with your ActiveMQ installation, you may want to set useDatabaseLock to “false” in the journaledJDBC element of your configuration. This is there so that you can have a master/slave configuration and the instance that can lock a specific table gets to be the master. If you only have one server, this doesn’t do you any good. Also, databases like PostgreSQL which use vacuum can have issues with these long-running transactions.

This post is licensed under CC BY 4.0 by the author.
Recent Update
Trending Tags

Trending Tags