#Java #MCP #Jolokia #JMX
https://github.com/jolokia/jolokia-mcp-server
I've been working on learning to build #AgentSpeak agents using #Jason. To that end, I did some exploring how to use #JMX MBeans to publish telemetry from inside the Agent's execution of the Reasoning Cycle. And also how to block execution until an operation is triggered on the MBean (basically a cheap debugger).
Source code at https://github.com/mindcrime/jason-tutorials
Debugging effectively requires a nuanced approach, similar to using tongs that tightly grip the problem from both sides. While low-level tools have their place in system-level service debugging, today's focus shifts towards a more sophisticated segme...
Debugging effectively requires a nuanced approach, similar to using tongs that tightly grip the problem from both sides. While low-level tools have their place in system-level service debugging, today's focus shifts towards a more sophisticated segme...
Configurar JMX para Tomcat con Docker
https://www.ochobitshacenunbyte.com/2023/09/07/configurar-jmx-para-tomcat-con-docker/
Why is remote #JMX connectivity such a pain to configure? It's 2023 for gods sake. Is it really too much to ask that this works in a #docker environment without sacrificing a goat?
I just want to be able to bind my JMX port to localhost and access it via a SSH tunnel. Good luck finding out whatever value to pass via java.rmi.server.hostname
Hey folks, is there a good and generic #JMX client for the command line?
I've only found https://github.com/jiaqi/jmxterm so far. #Java #Monitoring