ActiveMQ Detector

The ActiveMQDetector finds and assigns services based on the existence of ActiveMQ broker services.

Detector facts

Implementation

org.opennms.netmgt.provision.detector.jms.ActiveMQDetector

Configuration and use

Table 1. Parameters for the ActiveMQDetector
Parameter Description Default value

Required

broker-url

URL used to connect to ActiveMQ broker.

vm://localhost?create=false

Optional

user

Authentication username for connecting to broker.

none

password

Password for connecting to broker.

none

use-nodelabel

If true, modify broker URL to use node label instead of IP address in broker URL.

false

Examples

Example for use-nodelabel=true

If you are using an SSL-based connector, use this flag so that the detector will adjust the broker-url to reflect the node label as the hostname.