Jolokia MCP Server - Let LLMs manage your Java application via JMX/Jolokia
#Java #MCP #Jolokia #JMX
https://github.com/jolokia/jolokia-mcp-server
GitHub - jolokia/jolokia-mcp-server: Let LLMs manage your Java application via JMX/Jolokia 🌶️

Let LLMs manage your Java application via JMX/Jolokia 🌶️ - jolokia/jolokia-mcp-server

GitHub
New RelicでカスタムJMX YAMLを使ってみた - Qiita

New RelicでのJMX取得方法New Relicでは、基本的なメトリクスについては、デフォルトでJMXの値を取得しています。デフォルトで取得できるメトリクスはこちらを参照してください。補…

Qiita

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

GitHub - mindcrime/jason-tutorials: Some basic tutorials / examples for using the Jason interpreter for AgentSpeak

Some basic tutorials / examples for using the Jason interpreter for AgentSpeak - mindcrime/jason-tutorials

GitHub
🛠️ Understanding JMX: The powerhouse behind real-time application monitoring and management. A must-know for developers! #JMX #JavaTools #java https://debugagent.com/debugging-using-jmx-revisited
Debugging Using JMX Revisited

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...

Java, Debugging, DevOps & Open Source
🚀 Dive into the world of advanced debugging & application management! Discover how JMX & Spring Boot elevate your Java applications to new heights. #JavaDevelopment #JMX #SpringBoot #Java
https://debugagent.com/debugging-using-jmx-revisited
Debugging Using JMX Revisited

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...

Java, Debugging, DevOps & Open Source
Guía Práctica: Sustituyendo Ingress-NGINX por Envoy Gateway (Paso a Paso) - ochobitshacenunbyte

Aprende a migrar de Ingress-NGINX a la nueva Gateway API con Envoy Gateway. Guía paso a paso para mantener tu Kubernetes seguro tras 2026.

ochobitshacenunbyte

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

#java

🌗 FF4J - Java特性開關
➤ 簡單易用的Java特性標誌
https://ff4j.github.io/
FF4J是一個Java特性標誌框架,可讓您在運行時啟用或禁用功能,而無需進行部署。它支持動態謂詞、角色、策略、AOP等功能,並提供監控、審計、Web控制台、命令列介面等功能。它還支持多種資料庫和快取解決方案,並提供Spring Boot Starter和REST API。本教程將介紹如何使用FF4J。
+ FF4J是一個非常有用的Java框架,它可以讓您輕鬆地管理和控制您的應用程序中的特性。它的設計非常靈活,可以滿足各種需求。
+ 我喜歡FF4J提供的監控和審計功能,這使得我可以輕鬆地追蹤我的應用程序中的特性使用情況。它還支持多種資料庫和快取解決方案,這使得它非常適合在各種環境中使用。
#Java #特性標誌 #開關 #動態謂詞 #角色 #框架 #策略 #Drools #AOP #監控 #審計 #Web控制台 #資料庫 #命令列介面 #JMX #MBeans #屬性 #快取 #Spring Boot Starter #REST API #教學
FF4J - Feature Flipping 4 JAVA

FF4J, Feature flipping for Java mode Easy

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

GitHub - jiaqi/jmxterm: Interactive command line JMX client

Interactive command line JMX client. Contribute to jiaqi/jmxterm development by creating an account on GitHub.

GitHub
Trying out #JMX implementation for the first time. Hope it'll be better than Python's XML-RPC server. #Java