Skip to main content
Version: 1.0.x.x LTS

Installation of nevisMQ

This chapter describes the installation of the ActiveMQ message bus with nevismq-<version>.noarch.

It is not required to use this specific software package. nevisDetect works with any other installation of the ActiveMQ message bus.

Software package installation

To install the ActiveMQ message bus, perform the following steps:

  1. Run the command below to install the software package:
rpm -i nevismq-<version>.noarch.rpm
  1. It is recommended that you create an own instance for nevisDetect:
nevismq inst create <instance name>
  1. Administer the component with the following commands:
nevismq <instance name> start
nevismq <instance name> stop
nevismq <instance name> restart
nevismq <instance name> status
  1. You find the configuration and log files in /var/opt/nevismq/<instance name>/.

Software package de-installation

To de-install the ActiveMQ message bus, run the following command:

rpm -e nevismq-<version>.noarch