Hi, I have exposed a method in MBean in my java spring boot application. There are 10 nodes in my tier. Is there a way where I can invoke the mbean method on all the nodes without going to each and every node in the UI. If it is not possible through ...