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: 67

« Previous day (Nov 9, 2006) | Main | Next day (Nov 10, 2006) »
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