You are correct that the Naming service does not produce Notifications on
bind/rebind/unbind operations (I'm looking at org.jnp.server.NamingServer.java).
Well, as I have a requirement to listen to the notifications, I am wonderign the best way
to proceed to incorporate notification broadcasting from NamingSever.
I think I have two ways
1. Incorporate notifications in NamingServer itself (this means I'll have to change
the code)
2. Extend NamingServer with notification broadcast support.
I am not sure how the second point turns out to be.
Any ideas/suggestions?
Thanks
Madhu
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984027#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...