The Jolokia solution is quite neat if you can control the running JVM since
that bridge then runs inside the same JVM as an agent.
Many servers and services offer to configure the command line for this and
other similar purposes.

On Mon, Sep 14, 2020 at 9:05 PM Robert Engels <reng...@ix.netcom.com> wrote:

> Search for Java RMI-IIOP.
>
> On Sep 14, 2020, at 2:04 PM, Robert Engels <reng...@ix.netcom.com> wrote:
>
> 
> You need a bridge. RMI requires Java. if you use a subset you can use
> Corba/IIOP clients.
>
> On Sep 14, 2020, at 11:11 AM, Henrik Johansson <dahankz...@gmail.com>
> wrote:
>
> 
> Newrelic has some tools for this but I think they require agents installed
> in the Java side.
>
> I think you are better off going for the Jolokia solution but perhaps
> there is something you can use from Newrelic.
>
> On Mon, 14 Sep 2020, 17:52 Venkata Madhusudhan Rao V, <vvma...@gmail.com>
> wrote:
>
>> Hi All,
>> I have a java-based application with JMX enabled. I was able to remotely
>> connected to the java-based application from JConsole using jmx url
>> (service:jmx:rmi:///jndi/rmi://localhost:8888/jmxrmi).
>> Now, I want to connect from Go-client to capture the metrics.
>> I looked at *Jolokia JMX/HTTP wrapper for Golang*, but it uses http
>> protocol to get connect. Is there any library available in GO to get
>> connected for the provided JMX url?
>>
>> Thanks & Regards
>> Venkata Madhu
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-nuts+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/golang-nuts/ed421a0e-6a0c-410e-9e3a-aff7c2e5030cn%40googlegroups.com
>> <https://groups.google.com/d/msgid/golang-nuts/ed421a0e-6a0c-410e-9e3a-aff7c2e5030cn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/CAKOF697xwfKTCkLmyL0TRjAUE9sSPn9P3LyzHzEVg6N6Y8_Gmg%40mail.gmail.com
> <https://groups.google.com/d/msgid/golang-nuts/CAKOF697xwfKTCkLmyL0TRjAUE9sSPn9P3LyzHzEVg6N6Y8_Gmg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/C763C513-6439-4B40-942B-0831CC10D964%40ix.netcom.com
> <https://groups.google.com/d/msgid/golang-nuts/C763C513-6439-4B40-942B-0831CC10D964%40ix.netcom.com?utm_medium=email&utm_source=footer>
> .
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAKOF695Y4Tcfnkp5TSvBaUDJUkC3YP0yJMbQRRk2GngrOo%3D7AQ%40mail.gmail.com.

Reply via email to