Replies: 7 comments 13 replies
|
@mlalam What does "disable the jolokia updateRate configuration" mean? If Jolokia doesn't send an update request, it will never catch any changes in your application at the server side. You can try changing the updateRate to The more important question is, what would you like to achieve by doing so? Also, the latest Hawtio version is 5.2.1. Try the latest. |
|
The architecture is quite simple actually. |
|
@tadayosi / @grgrzybek , We have hundreds of queues and time it takes to load / refresh hawtio. The jmx UI takes several minutes in hawtio and within few seconds after successful load (due to default 5000 (5 seconds)), hawtio UI triggers another refresh and it keeps happening for each user's browser session sending lots of requests to the server making the server's CPU spike and toasting the server altogether. We have hundreds of users in our enterprise and the magnitude of requests going to the server is huge as well. That's the reason why we want to disable the auto-refresh and let the user decide when to refresh the browser data. The default value for the updateRate in user preference (Jolokia) is 5 seconds. How can I disable or increase this value globally for all users? |
|
OK, this gets interesting ;) If you use the classic ActiveMQ, we may have to work on this. The thing is that with current optimizations provided with Hawtio and https://github.com/jolokia/jolokia-integration project, we had JMX UI with tens of thousands of queues loading within seconds. Please provide these details, as we'd like to make the experience better for all users. For the refresh rate, I'm afraid for now users have to change it (the config is stored in browser's local storage)... |
|
For ActiveMQ classic, you can use the last version of Hawtio 4.x: Then, you can customise the update rate at the Preferences > Connect. |

Uh oh!
There was an error while loading. Please reload this page.
Is there a way to disable the jolokia updateRate configuration from server side, not through UI (Preferences->Jolokia) ?
All reactions