I'm trying to access a remote websphere 6.0 JMX Server.
I'm Using the MBeanServerConnectionFactoryBean but the default serviceUrl is not working (I'm using service:jmx:rmi://localhost:2809) I'm getting back a null object.
I didnt find anyware in the Internet any example of using Client-side Connectors with spring and websphere (I have to say that I succeded to connect to the jmx server from a stand alone client with the websphere jmx api but I still want to use Spring to do it and to also use proxy object)
Does Spring-jmx Client-side Connectors support websphere ?
Anyone tried it and can send me the xml configuration?
Thnx, asaf.


Reply With Quote