Skip to:
Users in the MINION role get the following exception when attempting to write publish Telemetryd messages to ActiveMQ:
Fixed in release-21.0.2 with https://github.com/OpenNMS/opennms/commit/ffb690c2e511264928f99d648969b93c915e5736
This problem is due to the "." in the queue name built by telemetryd.
Our ACLs are currently configured to allow users in the MINION role to write to:
but not to:
since the later is reserved for RPC requests.
Removing the "." from the queue name will fix the issue.
Users in the MINION role get the following exception when attempting to write publish Telemetryd messages to ActiveMQ: