How to see network calls JMX URL when have a java Swing application as an UI?
I am working on leagcy java backend application which is build on EJB’s and running on RMI server using JMX framework. And further, whose UI is built as a java SWING app. I am facing difficulties how to see network calls routed to which JMX URL.
Architecture: This is monolithic and following Mbean and EJB for registering themselves to RMI server.