On the web
Nick Stephen's blog
Archives
« November 2006 »
SunMonTueWedThuFriSat
   
1
2
3
4
5
6
7
8
9
11
12
13
14
15
16
17
18
19
20
21
23
24
25
26
27
28
29
30
  
       
Today
Click me to subscribe
Search

Links
 

Today's Page Hits: 75

« Previous month (Sep 2006) | Main | Next month (Nov 2006) »
20061122 Wednesday November 22, 2006

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

20061110 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