How to enable JMX port for ActiveMQ
You need to enable JMX port to install the ActiveMQ plugin successfully.
The JMX connection should be enabled in the Apache ActiveMQ installation folder.
To enable it without password protection follow the below steps:
- Open the conf/activemq.xml file inside the installation folder of Apache ActiveMQ and change the following attributes:<managementContext>
<managementContext createConnector="true" connectorPort="1099"/>
</managementContext> - Restart the ActiveMQ service after making the above changes.
Related Articles
How to enable JMX port for Kafka
You need to enable JMX port to install the Kafka monitoring plugin successfully. To enable it, find the following code block in the kafka-server-start.sh script: if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then export KAFKA_HEAP_OPTS="-Xmx1G -Xms1G" fi Below ...
How to enable auto scaling for plugins in AWS
This knowledge base explains how to enable auto scaling for Site24x7 plugins on AWS using an AMI-based approach. In this example, we use a MongoDB monitoring plugin, where the required setup is baked into the EC2 launch process. When instances scale ...
Troubleshoot "[Errno 111] Connection refused" error when installing Tomcat plugins
When installing Tomcat plugins, you may encounter the following error: We failed to reach a server. Reason: [Errno 111] Connection refused: This error indicates that your client is unable to establish a connection to the Tomcat Manager URL, but the ...
Verifying the NetFlow port of an On-Premise Poller
For NetFlow analysis, you need to configure your devices to export flows to Site24x7 On-Premise Poller, which is the NetFlow collector. The On-Premise Poller will be listening to the particular port to receive flows, which is why a proper port number ...
Plugins
A plugin is a piece of software that acts as an add-on. Plugins are a great way to customize and measure attributes and keep track of data that matters the most. Check out our out of the box plugins and custom plugins for both Windows and Linux. Know ...