1 Reply Latest reply on Mar 17, 2006 6:41 AM by adrian.brock

    Is there a way to retrieve the UILServerILService client con

    tmhsiu

      I'd like to retrieve the client connection properties that is stored as part of the UILServerILService object so I can log the IP which my client will be connecting to when it establishes a TopicConnection and the bind address of the JMS service is set to its default value of 0.0.0.0. I noticed that there is a public method, getClientConnectionProperties(), on UILServerILService. However, I cannot invoke it using MBeanServer.invoke() because getClientConnectionProperties() is not defined as part of the UILServerILService MBean interfaces or its super-interfaces. Anyone have any ideas?

      -Terry