Here is the script. We have different environments in which applications are hosted. These applications access data or talk to other applications hosted in different environments.
We use mq message for communication, but there is no mechanism to track this communication activity.
Is it possible to track mq message using google-analytcs ? If so, that would be a good idea. Or is there a better solution?
Update
Has anyone tried https://www.npmjs.com/package/mqlight and can integrate with google-analytcs ???
The idea is to create an MQ dashboard (visualization, alerts, message details, source / target information, etc.) or integrate an event with google-analytics to track using the MQ REST API.
I am a Javascript developer and want to build such a utility using the REST API using angularjs and nodejs .
Is there any MQ REST API that can be used to build such a utility ???
source share