cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Invoke Method on MBean on all nodes in a tier

Ravi.Pasumarthy
New Poster

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 the UI, is there an api that I can invoke such that the controller would invoke the MBean on all the nodes.

1 REPLY 1

Ravi.Pasumarthy
New Poster

Any help is highly appreciated.