Hi,

I am hoping someone can give me some pointers to a problem I'm having in production 
environment. Everything is fine in the development network. But JMX notifications are 
frustratingly slow in production. I have opened up all the ports that JBoss uses and 
still have the issue.

I am using JBoss 3.2.3

Here's the jist of my code:

Object ref = ic.lookup("jmx/invoker/RMIAdaptor");                       
RMIAdaptor server =(RMIAdaptor)  javax.rmi.PortableRemoteObject.narrow(ref, 
RMIAdaptor.class); 
MBeanServer mbeanServer = new RMIConnectorImpl(server);

...
...

//This call hangs for a while b4 it goes thru.
mbeanServer.addNotificationListener(
                                                        lBean,
                                                        lListener,
                                                        (NotificationFilter) null,
                                                        new 
NotSerializableHandback(lBean.toString()));

Any ideas why in a firewall situation I am having this issue. Also the notifications 
from the mbean is equally slow to get to the client. Hoping if someone has faced this 
issue and resolved it would let me know how.

Thanks.



<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825449#3825449";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825449>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to