We use Appdynamics but aware how NewRelic works as we evaluated it a few years back and they're fairly similar. (Direct competitions)
You should find that if using JMS api that the point cuts (byte weaving) the Java agent does when you add it to your client apps will automatically pick up on you client side putting the necessary data in the jms headers on send and tracing it on consume allowing the stitching of end to end transactions without any work. It does for appdynamics. If you wish to pick up broker metrics as noted by Justin NewRelic will be able to pull out the JMX metrics you will need to make dashboards though as I don't believe there's a pre built one as of yet, though you should easily be able to wild card the jmx paths to get queue and address stats. Cheers Mike Sent from my iPhone > On 20 Jun 2017, at 19:42, Justin Bertram <[email protected]> wrote: > > Any GUI tool that integrates via JMX should be able to monitor Artemis > (e.g. VisualVM, Nagios). I'm not familiar with New Relic so I can't > comment on it specifically. > > > Justin > >> On Tue, Jun 20, 2017 at 12:36 PM, cnadukula <[email protected]> wrote: >> >> We are trying to monitor Artemis with new relic or any other mechanism and >> would like to see data into New relic dashboard or other means. Is there an >> integration of Artemis with New Relic other plugins/software available? If >> yes, please let me know. >> >> >> >> -- >> View this message in context: http://activemq.2283324.n4. >> nabble.com/Apache-ActiveMQ-Artemis-Monitoring-tp4727584.html >> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >>
