I use HornetQ in the built-in configuration, and the configuration object itself is created programmatically. The application supports dynamic address creation.
I would like to be able to set certain parameters when creating new addresses: using a page file, maximum page file size, memory threshold for paging. According to the HornetQ documentation , this must be done for each address.
I tried updating my configuration object with the settings for the new address, but the server (which was already running) does not use these new settings.
Is there a way to tell the server about the settings for each address after it starts?
Alternatively, can I tell the server for an automatic page for all addresses before I start?
source
share