You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPM collector uses the NETCONF broker for getting RPM probes result. Two different services are used for this:
RPM Collector Producer: periodically sends corresponding RPC requests specifying the queue name where RPC replies will be sent on.
RPM Collector Receiver: subscribes to the queue where RPC replies are sent, parses the data and sends it to another Rabbitmq queue for further processing.