I have an application using JMX. In this application i have a MBean with one attribute and one operation. When I invoke the operation i get the message "Method successfully invoked". Now my question is, if it is possible to invoke this operation multiple times. Because after the call of this operation and i can't invoke it a second time.
Many thanks to you!