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