No, JConsole does not support this functionality but anyway in my opinion this behavior should be implemented in your MBean's operation instead of relying on the good will of JMX clients not calling that operation from separate threads at the same time. In other words, you should synchronize this operation on the server side and not on the client-side.
Regards,
Luis