OPI Blog
Learn from experts in their fields

Browsing Tags: JMX

Apr 3, 2018
Getting Groovy with Mongo Monitoring
MongoDB does something interesting that we aren’t used to in the Java world – if you use the MongoClient object, it manages the pooling for you on the server side. This is different than how ...
Framework for a Multi-stage Spring Property Loader Extension Allowing Dynamic Updates of Properties via JMX
Overview It is commonplace in enterprise applications to allow application properties to be loaded from configuration files. When leveraging Spring, this is typically achieved using a PropertyPlaceholderConfigurer instance within the application. As is stated in ...
Feb 15, 2010
Enabling JMX monitoring of SEDA Queue Depths in Apache Camel
Apache Camel’s SEDA (Staged Event-Driven Architecture) endpoints (http://camel.apache.org/seda.html) provide a useful and quick mechanism to implement asynchronous, event-driven processing within your applications. See http://www.eecs.harvard.edu/~mdw/proj/seda/ for the original description of the SEDA architecture. For those not ...