java - ActiveMQ Broker RedeliveryPlugin Message Storage -


We are thinking of using JDBC datastore for the installation of Master / Slave network of 3 brokers. According to the documentation, it will inspire a broker to get a unique table lock on the JMS table and thus become a master. Other brokers will not start completely and will not wait until they can acquire lock and become new masters.

What are the messages waiting for the MQ Broker to be redrawn, are they still in JDBC datastore or are they local for the broker and do not fail in the next machine?

"post-text" itemprop = "text">

The Deliverity plugin sends messages to the job scheduler later for the delivery. These messages are placed in JobSchedulerStore, which is different from the standard KahaDB or JDBC store. You can configure store space as a shared space that supports file system locks like NFSv4 mount so that it stores the store folder. At this time there is no JDBC implementation of Scheduler Store.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -