Some Assembly Required - down memory lane
I'm writing this blog article about how a simple idea in some code I wrote in 1995 seems to have propagated itself a little further, and shows the power of open-source... it's not a revolutionary idea, it's no doubt been invented by others too, but one can still trace my implementation and I found that fun :-)
[
Read More]
( Nov 22 2006, 11:07:29 AM CET )
Permalink

Friday November 10, 2006
JMX: Building a JMX Notification Hub
JMX
Notifications
allow MBeans to send asynchronous messages and are typically used to
indicate a state change, a received event, or a problem.
However, it's necessary for clients to individually subscribe to each
MBean that they are interested in receiving notifications from. When
there are many such MBeans, or when the MBeans may be created
dynamically, this can pose a problem for the client.
This article shows how to build a JMX Notification Hub MBean which
provides a single place for clients to subscribe to receive
notifications from many MBeans.
[Read More]
( Nov 10 2006, 04:41:35 PM CET )
Permalink